[PATCH] gnu: cgit: Update to 63d35e556f294f60891c0611d9944202dc10e662.

  • Done
  • quality assurance status badge
Details
One participant
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 1 years ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
257735680bfb3de3a8829454b6024624ee73853e.1708180918.git.~@wolfsden.cz
This updates the bundled git to 2.43.2.

* gnu/packages/version-control.scm (cgit): Update to
63d35e556f294f60891c0611d9944202dc10e662.

Change-Id: I219320e46797bd800e4ccabe790ee65bed84e084
---
gnu/packages/version-control.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (38 lines)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 51754245d3..31b95d5ace 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1120,7 +1120,7 @@ (define-public git-remote-gcrypt
(license license:gpl3+)))
(define-public cgit
- (let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
+ (let ((commit "63d35e556f294f60891c0611d9944202dc10e662")
(rev "1"))
(package
(name "cgit")
@@ -1133,7 +1133,7 @@ (define-public cgit
(commit commit)))
(sha256
(base32
- "1mhrm14wpqvralf9j33ih5ai6naiq3g2jg2z91gnw9dhh8f9ilwz"))
+ "0bkjw6n8arfj6hyn72y3zdhp74a90i543j7hmf9y0k1x0g0a9wc7"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -1209,9 +1209,9 @@ (define-public cgit
(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.43.0.tar.xz")
+ (uri "mirror://kernel.org/software/scm/git/git-2.43.2.tar.xz")
(sha256
- (base32 "1v3nkfm3gw8wr7595qy86qla8xyjvi85fmly4lfph4frfcz60ijl"))))
+ (base32 "1fdd242nxiqf8rsfa0crzhwh2rq9j7y67644sc5damrmqsmw24pn"))))
("bash-minimal" ,bash-minimal)
("openssl" ,openssl)
("python" ,python)

base-commit: 7142f6df77bfac4fdc8da65a7caae915df945a8b
--
2.41.0
Tomas Volf wrote 1 years ago
control message for bug #69194
(address . control@debbugs.gnu.org)
87msro5yga.fsf@wolfsden.cz
close 69194
quit

superseded 69383
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69194@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69194
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help