gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251.
* gnu/packages/version-control.scm (cgit): Update to 8905003cba637e5b18069e625cd4f4c05ac30251. Change-Id: I2bf1cdc16c6d8164e11b03ab26a048d6149a5e7c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
47d5a96bd2
commit
a8d214d3cc
@ -1131,8 +1131,8 @@ collaboration using typical untrusted file hosts or services.")
|
|||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public cgit
|
(define-public cgit
|
||||||
(let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
|
(let ((commit "8905003cba637e5b18069e625cd4f4c05ac30251")
|
||||||
(rev "1"))
|
(rev "2"))
|
||||||
(package
|
(package
|
||||||
(name "cgit")
|
(name "cgit")
|
||||||
;; Update the ‘git-source’ input as well.
|
;; Update the ‘git-source’ input as well.
|
||||||
@ -1144,7 +1144,7 @@ collaboration using typical untrusted file hosts or services.")
|
|||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mhrm14wpqvralf9j33ih5ai6naiq3g2jg2z91gnw9dhh8f9ilwz"))
|
"1ha8d2n59mv89vv4bqgg3dk82n1rqh8kd8y654vqx7v1v7m645qz"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
@ -1220,9 +1220,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.43.0.tar.xz")
|
(uri "mirror://kernel.org/software/scm/git/git-2.44.0.tar.xz")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v3nkfm3gw8wr7595qy86qla8xyjvi85fmly4lfph4frfcz60ijl"))))
|
(base32 "1qqxd3pdsca6m93lxxkz9s06xs1sq0ah02lhrr0a6pjvrf6p6n73"))))
|
||||||
("bash-minimal" ,bash-minimal)
|
("bash-minimal" ,bash-minimal)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
|
Loading…
Reference in New Issue
Block a user