me
/
guix
Archived
1
0
Fork 0

gnu: cgit: Update Git source code to 2.25.4.

* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.4.
master
Leo Famulari 2020-04-20 16:19:51 -04:00
parent 781af06533
commit b023a8acd3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -861,9 +861,9 @@ collaboration using typical untrusted file hosts or services.")
(method url-fetch) (method url-fetch)
;; cgit is tightly bound to git. Use GIT_VER from the Makefile, ;; cgit is tightly bound to git. Use GIT_VER from the Makefile,
;; which may not match the current (package-version git). ;; 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 (sha256
(base32 "0yvr97cl0dvj3fwblq1mb0cp97v8hrn9l98p8b1jx8815mbsnz9h")))) (base32 "11am6s46wmn1yll5614smjhzlghbqq6gysgcs64igjr9y5wzpdxq"))))
("openssl" ,openssl) ("openssl" ,openssl)
("groff" ,groff) ("groff" ,groff)
("python" ,python) ("python" ,python)