GNU bug report logs -
#72413
[PATCH] gnu: git: Update to 2.46.0.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72413 in the body.
You can then email your comments to 72413 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72413
; Package
guix-patches
.
(Thu, 01 Aug 2024 20:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ashish.is <at> lostca.se
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 01 Aug 2024 20:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72413
; Package
guix-patches
.
(Thu, 05 Sep 2024 12:44:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 72413 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/version-control.scm (git-minimal): Update to 2.46.0.
(git)[arguments]<phases>{install-man-pages} Update hash for the
git-manpages.
Change-Id: I686825ffba828e88e37ff156fab23fd43155d210
---
This revised patch works with current HEAD, esp. with the issue 73034
which fixes git-send-email.
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 1db783b731..b8aa1ee0da 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -248,14 +248,14 @@ (define git-cross-configure-flags
(define-public git-minimal
(package
(name "git-minimal")
- (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)
(arguments
(list
@@ -692,7 +692,7 @@ (define-public git
".tar.xz"))
(sha256
(base32
- "1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09"))))))))))))
+ "1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw"))))))))))))
(native-inputs
(modify-inputs (package-native-inputs git-minimal)
;; For subtree documentation.
base-commit: 20b1613484f512649f919d89285e981998592497
--
2.46.0
Reply sent
to
Simon Tournier <zimon.toutoune <at> gmail.com>
:
You have taken responsibility.
(Thu, 05 Sep 2024 15:56:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
ashish.is <at> lostca.se
:
bug acknowledged by developer.
(Thu, 05 Sep 2024 15:56:04 GMT)
Full text and
rfc822 format available.
Message #13 received at 72413-done <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72413
; Package
guix-patches
.
(Thu, 05 Sep 2024 16:04:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Oct 2024 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.