unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73309] [PATCH] gnu: git: Update to 2.46.1.
@ 2024-09-17  0:43 Ashish SHUKLA via Guix-patches via
  2024-10-01 14:26 ` Greg Hogan
  2024-10-02 19:45 ` [bug#73309] Review of 73309 Steve George
  0 siblings, 2 replies; 6+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-09-17  0:43 UTC (permalink / raw)
  To: 73309; +Cc: Ashish SHUKLA

* gnu/packages/version-control.scm (git-minimal): Update to 2.46.1.
(git)[arguments]<install-man-pages>: Update hash.

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

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3bec28c4f7..c0dc623678 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2024 Suhail Singh <suhail@bayesians.ca>
 ;;; Copyright © 2024 Simon Tournier <zimon.toutoune@gmail.com>
 ;;; Copyright © 2024 Javier Olaechea <pirata@gmail.com>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -250,14 +251,14 @@ (define git-cross-configure-flags
 (define-public git-minimal
   (package
     (name "git-minimal")
-    (version "2.46.0")
+    (version "2.46.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
+               "0hzmy1vhiz2w34bjdb633pw8ic0fhnl4100npjzcpd3apnwaz348"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -702,7 +703,7 @@ (define-public git
                                ".tar.xz"))
                          (sha256
                           (base32
-                           "1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw"))))))))))))
+                           "0smz24yfdpczr2p03b4d6v3fn93g19gv9z8s0v4fjdx7w2xf8liw"))))))))))))
     (native-inputs
      (modify-inputs (package-native-inputs git-minimal)
        ;; For subtree documentation.

base-commit: 8dae6b47542b906682f83b06b0478fcbd0776fd6
-- 
2.46.1





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-11 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17  0:43 [bug#73309] [PATCH] gnu: git: Update to 2.46.1 Ashish SHUKLA via Guix-patches via
2024-10-01 14:26 ` Greg Hogan
2024-10-02  8:34   ` [bug#73309] [PATCH] gnu: git: Update to 2.46.2 Ashish SHUKLA via Guix-patches via
2024-10-02  8:37   ` [bug#73309] [PATCH] gnu: git: Update to 2.46.1 Ashish SHUKLA via Guix-patches via
2024-10-11 14:48     ` [bug#73309] [PATCH v3] gnu: git: Update to 2.47.0 ashish.is--- via Guix-patches via
2024-10-02 19:45 ` [bug#73309] Review of 73309 Steve George

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).