emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72413: closed ([PATCH] gnu: git: Update to 2.46.0.)


From: GNU bug Tracking System
Subject: bug#72413: closed ([PATCH] gnu: git: Update to 2.46.0.)
Date: Thu, 05 Sep 2024 15:56:04 +0000

Your message dated Thu, 05 Sep 2024 17:37:23 +0200
with message-id <87r09yi024.fsf@gmail.com>
and subject line Re: [bug#72413] [PATCH] gnu: git: Update to 2.46.0.
has caused the debbugs.gnu.org bug report #72413,
regarding [PATCH] gnu: git: Update to 2.46.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
72413: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72413
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: git: Update to 2.46.0. Date: Thu, 1 Aug 2024 20:43:23 +0000
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/version-control.scm (git): Update to 2.46.0.

Change-Id: I5fec92073d4f3ec0edb9686cca0c3696d9e338ef
---
 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 9f67237d5d..5e9cc8cf59 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -53,6 +53,7 @@
 ;;; Copyright © 2023 Josselin Poiret <dev@jpoiret.xyz>
 ;;; Copyright © 2024 Hilton Chain <hako@ultrarare.space>
 ;;; Copyright © 2024 Suhail Singh <suhail@bayesians.ca>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -243,14 +244,14 @@ (define git-cross-configure-flags
 (define-public git
   (package
    (name "git")
-   (version "2.45.2")
+   (version "2.46.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1nws1vjgj54sv32wxl1h3n1jkcpabqv7a605hhafsby0n5zfigsi"))))
+              "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("native-perl" ,perl)
@@ -270,7 +271,7 @@ (define-public git
                 version ".tar.xz"))
           (sha256
            (base32
-            "1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09"))))
+            "1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw"))))
       ;; For subtree documentation.
       ("asciidoc" ,asciidoc)
       ("docbook2x" ,docbook2x)

base-commit: 2b4e3c9847dce02e371ff4dce615789fdfd101fa
-- 
2.46.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#72413] [PATCH] gnu: git: Update to 2.46.0. Date: Thu, 05 Sep 2024 17:37:23 +0200
Hi,

On Thu, 01 Aug 2024 at 20:43, "ashish.is--- via Guix-patches" via 
<guix-patches@gnu.org> wrote:

> * gnu/packages/version-control.scm (git): Update to 2.46.0.

Closing because part of the version 3 of series #73034 [1].

1: https://issues.guix.gnu.org/73034

Cheers,
simon



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]