GNU bug report logs - #72413
[PATCH] gnu: git: Update to 2.46.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Thu, 1 Aug 2024 20:45:02 UTC

Severity: normal

Tags: patch

Done: Simon Tournier <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ashish.is <at> lostca.se
Subject: bug#72413: closed (Re: [bug#72413] [PATCH] gnu: git: Update to
 2.46.0.)
Date: Thu, 05 Sep 2024 15:56:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72413: [PATCH] gnu: git: Update to 2.46.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72413 <at> debbugs.gnu.org.

-- 
72413: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72413
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: "ashish.is--- via Guix-patches via" <guix-patches <at> gnu.org>,
 72413-done <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
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 <at> 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


[Message part 3 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: git: Update to 2.46.0.
Date: Thu,  1 Aug 2024 20:43:23 +0000
From: Ashish SHUKLA <ashish.is <at> 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 <at> jpoiret.xyz>
 ;;; Copyright © 2024 Hilton Chain <hako <at> ultrarare.space>
 ;;; Copyright © 2024 Suhail Singh <suhail <at> bayesians.ca>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> 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




This bug report was last modified 310 days ago.

Previous Next


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