aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-09-25 19:09:48 +0000
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-10-05 15:48:43 +0000
commiteff3ff9878c7225351650bf967c9a8de3869e919 (patch)
tree27d80d7ed3f6a83d513f1a0e6ece5bba4d92fd29
parentf2470fcb5ed1005d990fdcf65458dccf3f895c34 (diff)
downloadguix-eff3ff9878c7225351650bf967c9a8de3869e919.tar
guix-eff3ff9878c7225351650bf967c9a8de3869e919.tar.gz
guix-eff3ff9878c7225351650bf967c9a8de3869e919.tar.bz2
guix-eff3ff9878c7225351650bf967c9a8de3869e919.tar.lz
guix-eff3ff9878c7225351650bf967c9a8de3869e919.tar.xz
guix-eff3ff9878c7225351650bf967c9a8de3869e919.tar.zst
guix-eff3ff9878c7225351650bf967c9a8de3869e919.zip
gnu: cgit: Update to 1.2.3-6.2a13177.
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-6.2a13177. Change-Id: Ia577112b61d1f78c1d60f286df8103f98197e145 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
-rw-r--r--gnu/packages/version-control.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index de59c49b64..09066d2fa4 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1337,8 +1337,8 @@ collaboration using typical untrusted file hosts or services.")
(license license:gpl3+)))
(define-public cgit
- (let ((commit "9811bf07ef6868cdf5618cbbd8b9db5ada936622")
- (rev "5"))
+ (let ((commit "2a13177f3dce660954b1ce78bc83338fe64f6b33")
+ (rev "6"))
(package
(name "cgit")
;; Update the ‘git-source’ input as well.
@@ -1350,7 +1350,7 @@ collaboration using typical untrusted file hosts or services.")
(commit commit)))
(sha256
(base32
- "1ga73789lixd7l7f1vs7vi8c0lvqjzq036k64lyrv7v6r7yxpn5p"))
+ "0g02rghwx6gda15ip1pd3rli6smis1mrcb904zlxfqmm6dlc7lca"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -1426,9 +1426,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.46.0.tar.xz")
+ (uri "mirror://kernel.org/software/scm/git/git-2.46.2.tar.xz")
(sha256
- (base32 "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
+ (base32 "18rcmvximgyg3v1a9papi9djfamiak0ys5cmgx7ll29nhp3a3s2y"))))
("bash-minimal" ,bash-minimal)
("openssl" ,openssl)
("python" ,python)