all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 69194@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#69194] [PATCH] gnu: cgit: Update to 63d35e556f294f60891c0611d9944202dc10e662.
Date: Sat, 17 Feb 2024 15:41:58 +0100	[thread overview]
Message-ID: <257735680bfb3de3a8829454b6024624ee73853e.1708180918.git.~@wolfsden.cz> (raw)

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





                 reply	other threads:[~2024-02-18 18:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='257735680bfb3de3a8829454b6024624ee73853e.1708180918.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=69194@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.