GNU bug report logs - #77368
[PATCH] gnu: cgit: Update to 1.2.3-9.994d3fe.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Sat, 29 Mar 2025 15:04:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tomas Volf <~@wolfsden.cz>
To: 77368 <at> debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#77368] [PATCH] gnu: cgit: Update to 1.2.3-9.994d3fe.
Date: Sat, 29 Mar 2025 16:03:13 +0100
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-9.994d3fe.

Change-Id: Ibeee8df8a39f9b1e8fae83ead84ef8b32ab07f38
---
 gnu/packages/version-control.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c8f244e0fa..3b36e2ddec 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1594,8 +1594,8 @@ (define-public git-remote-gcrypt
 
 (define-public cgit
   ;; Use the latest commit, as the latest tagged release is 5 years old.
-  (let ((commit "c4426a27a82140e424a37bff777d50fbea6dca17")
-        (rev "8"))
+  (let ((commit "994d3fe1a8fa56d5a1dd36aae62c788169160c3a")
+        (rev "9"))
     (package
       (name "cgit")
       ;; Update the ‘git-source’ input as well.
@@ -1607,7 +1607,7 @@ (define-public cgit
                       (commit commit)))
                 (sha256
                  (base32
-                  "0fm0xfgy836f51j7g44jk3w4zj5hpapwxdg0b4wgf8rzf3srczq5"))
+                  "1c38yh4y5xmc8lnf55q46v63vkwpa3vs9mj17a74i66lm8zhrhk7"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments
@@ -1682,10 +1682,10 @@ (define-public cgit
                ;; Building cgit requires a Git source tree.
                ;; 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.48.1.tar.xz")
+               (uri "mirror://kernel.org/software/scm/git/git-2.49.0.tar.xz")
                (sha256
                 (base32
-                 "1bc29w1cd1akbnpfjc7sl5ms7cc8vy7xjl1cbplm3sy1bmgm8p8w"))
+                 "0a2nm2szhn47dm0m1f1kmg1rikb7saqj67zr25n9yzhbb77r10b1"))
                (file-name "git-source.tar.xz"))
              bash-minimal
              openssl
-- 
2.48.1





This bug report was last modified 37 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.