GNU bug report logs - #69383
[PATCH] gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251.

Previous Next

Package: guix-patches;

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

Date: Sun, 25 Feb 2024 15:57:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69383 in the body.
You can then email your comments to 69383 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69383; Package guix-patches. (Sun, 25 Feb 2024 15:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 25 Feb 2024 15:57:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251.
Date: Sun, 25 Feb 2024 16:55:42 +0100
* gnu/packages/version-control.scm (cgit): Update to
8905003cba637e5b18069e625cd4f4c05ac30251.

Change-Id: I2bf1cdc16c6d8164e11b03ab26a048d6149a5e7c
---
 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 f683bc4e0e..01b7ff9370 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1121,7 +1121,7 @@ (define-public git-remote-gcrypt
    (license license:gpl3+)))
 
 (define-public cgit
-  (let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
+  (let ((commit "8905003cba637e5b18069e625cd4f4c05ac30251")
         (rev "1"))
     (package
       (name "cgit")
@@ -1134,7 +1134,7 @@ (define-public cgit
                       (commit commit)))
                 (sha256
                  (base32
-                  "1mhrm14wpqvralf9j33ih5ai6naiq3g2jg2z91gnw9dhh8f9ilwz"))
+                  "1ha8d2n59mv89vv4bqgg3dk82n1rqh8kd8y654vqx7v1v7m645qz"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
       (arguments
@@ -1210,9 +1210,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.44.0.tar.xz")
              (sha256
-              (base32 "1v3nkfm3gw8wr7595qy86qla8xyjvi85fmly4lfph4frfcz60ijl"))))
+              (base32 "1qqxd3pdsca6m93lxxkz9s06xs1sq0ah02lhrr0a6pjvrf6p6n73"))))
          ("bash-minimal" ,bash-minimal)
          ("openssl" ,openssl)
          ("python" ,python)

base-commit: aefc7428203203ae88c64cc4769113453c01a185
-- 
2.41.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 02 Mar 2024 16:16:02 GMT) Full text and rfc822 format available.

Notification sent to Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer. (Sat, 02 Mar 2024 16:16:02 GMT) Full text and rfc822 format available.

Message #10 received at 69383-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: 69383-done <at> debbugs.gnu.org
Subject: Re: [bug#69383] [PATCH] gnu: cgit: Update to
 8905003cba637e5b18069e625cd4f4c05ac30251.
Date: Sat, 02 Mar 2024 17:14:52 +0100
Tomas Volf <~@wolfsden.cz> skribis:

> * gnu/packages/version-control.scm (cgit): Update to
> 8905003cba637e5b18069e625cd4f4c05ac30251.
>
> Change-Id: I2bf1cdc16c6d8164e11b03ab26a048d6149a5e7c

[...]

>  (define-public cgit
> -  (let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
> +  (let ((commit "8905003cba637e5b18069e625cd4f4c05ac30251")
>          (rev "1"))

I incremented ‘rev’ and applied it.  Thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#69383; Package guix-patches. (Sun, 03 Mar 2024 17:03:03 GMT) Full text and rfc822 format available.

Message #13 received at 69383 <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 69383 <at> debbugs.gnu.org
Subject: Re: [bug#69383] [PATCH] gnu: cgit: Update to
 8905003cba637e5b18069e625cd4f4c05ac30251.
Date: Sun, 3 Mar 2024 18:02:04 +0100
[Message part 1 (text/plain, inline)]
On 2024-03-02 17:14:52 +0100, Ludovic Courtès wrote:
> Tomas Volf <~@wolfsden.cz> skribis:
>
> > * gnu/packages/version-control.scm (cgit): Update to
> > 8905003cba637e5b18069e625cd4f4c05ac30251.
> >
> > Change-Id: I2bf1cdc16c6d8164e11b03ab26a048d6149a5e7c
>
> [...]
>
> >  (define-public cgit
> > -  (let ((commit "793c420897e18eb3474c751d54cf4e0983f85433")
> > +  (let ((commit "8905003cba637e5b18069e625cd4f4c05ac30251")
> >          (rev "1"))
>
> I incremented ‘rev’ and applied it.  Thanks!

I misunderstood what the `rev' means in Guix context, thanks for catching it.

Have a nice day,
Tomas Volf

--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Apr 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 83 days ago.

Previous Next


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