diff options
author | Leo Famulari <leo@famulari.name> | 2020-04-20 16:19:51 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-04-20 16:21:08 -0400 |
commit | b023a8acd38b57b159aeeef0ac6de73960f97e8b (patch) | |
tree | 3ecd1016dbe480c2c8a55696879348f7face9f86 /gnu/packages | |
parent | 781af0653353fe4a3cce31b88741b1075dbfa0ad (diff) | |
download | guix-b023a8acd38b57b159aeeef0ac6de73960f97e8b.tar.gz guix-b023a8acd38b57b159aeeef0ac6de73960f97e8b.zip |
gnu: cgit: Update Git source code to 2.25.4.
* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 0743a90754..1d8fa75b82 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -861,9 +861,9 @@ collaboration using typical untrusted file hosts or services.") (method url-fetch) ;; cgit is tightly bound to git. Use GIT_VER from the Makefile, ;; which may not match the current (package-version git). - (uri "mirror://kernel.org/software/scm/git/git-2.25.3.tar.xz") + (uri "mirror://kernel.org/software/scm/git/git-2.25.4.tar.xz") (sha256 - (base32 "0yvr97cl0dvj3fwblq1mb0cp97v8hrn9l98p8b1jx8815mbsnz9h")))) + (base32 "11am6s46wmn1yll5614smjhzlghbqq6gysgcs64igjr9y5wzpdxq")))) ("openssl" ,openssl) ("groff" ,groff) ("python" ,python) |