mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cgit: Update to 1.2.3-8.c4426a2.
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-8.c4426a2. Change-Id: I4b2cecb39358b3aeb2708b3e9e9c5b761f0b4980 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
15186e1f59
commit
2b24f3744e
1 changed files with 5 additions and 5 deletions
|
@ -1593,8 +1593,8 @@ collaboration using typical untrusted file hosts or services.")
|
||||||
|
|
||||||
(define-public cgit
|
(define-public cgit
|
||||||
;; Use the latest commit, as the latest tagged release is 5 years old.
|
;; Use the latest commit, as the latest tagged release is 5 years old.
|
||||||
(let ((commit "751a5b527de07dde30a69709c2d6fc6f05fafd06")
|
(let ((commit "c4426a27a82140e424a37bff777d50fbea6dca17")
|
||||||
(rev "7"))
|
(rev "8"))
|
||||||
(package
|
(package
|
||||||
(name "cgit")
|
(name "cgit")
|
||||||
;; Update the ‘git-source’ input as well.
|
;; Update the ‘git-source’ input as well.
|
||||||
|
@ -1606,7 +1606,7 @@ collaboration using typical untrusted file hosts or services.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rfflh7fnfhchd7pdspn2r416c5kaya37cad918f7ldidzwvmp37"))
|
"0fm0xfgy836f51j7g44jk3w4zj5hpapwxdg0b4wgf8rzf3srczq5"))
|
||||||
(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
|
||||||
|
@ -1681,10 +1681,10 @@ collaboration using typical untrusted file hosts or services.")
|
||||||
;; Building cgit requires a Git source tree.
|
;; Building cgit requires a Git source tree.
|
||||||
;; 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.47.1.tar.xz")
|
(uri "mirror://kernel.org/software/scm/git/git-2.48.1.tar.xz")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"046kdr5dhg31hjcg6wpfqnwwbaqdjyax7n8wx5s26fdf4fxzkn7k"))
|
"1bc29w1cd1akbnpfjc7sl5ms7cc8vy7xjl1cbplm3sy1bmgm8p8w"))
|
||||||
(file-name "git-source.tar.xz"))
|
(file-name "git-source.tar.xz"))
|
||||||
bash-minimal
|
bash-minimal
|
||||||
openssl
|
openssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue