all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69194] [PATCH] gnu: cgit: Update to 63d35e556f294f60891c0611d9944202dc10e662.
@ 2024-02-17 14:41 Tomas Volf
  0 siblings, 0 replies; only message in thread
From: Tomas Volf @ 2024-02-17 14:41 UTC (permalink / raw)
  To: 69194; +Cc: Tomas Volf

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(-)

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-18 18:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-17 14:41 [bug#69194] [PATCH] gnu: cgit: Update to 63d35e556f294f60891c0611d9944202dc10e662 Tomas Volf

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.