mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cgit: Update Git source code to 2.25.3.
* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.3.
This commit is contained in:
parent
3f717354d4
commit
004033a9cf
1 changed files with 2 additions and 2 deletions
|
@ -861,9 +861,9 @@ (define (quoted-file-name input path)
|
|||
(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.1.tar.xz")
|
||||
(uri "mirror://kernel.org/software/scm/git/git-2.25.3.tar.xz")
|
||||
(sha256
|
||||
(base32 "09lzwa183nblr6l8ib35g2xrjf9wm9yhk3szfvyzkwivdv69c9r2"))))
|
||||
(base32 "0yvr97cl0dvj3fwblq1mb0cp97v8hrn9l98p8b1jx8815mbsnz9h"))))
|
||||
("openssl" ,openssl)
|
||||
("groff" ,groff)
|
||||
("python" ,python)
|
||||
|
|
Loading…
Reference in a new issue