[PATCH] gnu: git: Update to 2.42.0.

  • Open
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Simon Tournier
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 30 Aug 21:03 +0200
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
20230830190430.61459-1-code@greghogan.com
* gnu/packages/version-control.scm (git): Update to 2.42.0.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 699a091642..94f2076451 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -230,14 +230,14 @@ (define git-cross-configure-flags
(define-public git
(package
(name "git")
- (version "2.41.0")
+ (version "2.42.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz"))
(sha256
(base32
- "0h40arw08xbpi2cbf7pvc947v963rjxz3inb2ar81zjc8byvlj77"))))
+ "039vr63xi55admhdn30pabpl1fd8kvfksznxhj24p6fjkw722y1j"))))
(build-system gnu-build-system)
(native-inputs
`(("native-perl" ,perl)
@@ -257,7 +257,7 @@ (define-public git
version ".tar.xz"))
(sha256
(base32
- "0xsqakgy0s60zpa13ilj6zj420kdh8pf4v3nrp1nziwj8ja4qymw"))))
+ "1fbkwpqkmmr32n4mraf8slmna3mmz2d63rhr06qk3bbpl1hdrq03"))))
;; For subtree documentation.
("asciidoc" ,asciidoc)
("docbook2x" ,docbook2x)
--
2.41.0
S
S
Simon Tournier wrote on 22 Sep 10:14 +0200
(name . Greg Hogan)(address . code@greghogan.com)
86r0mq62v1.fsf@gmail.com
Hi,

On Wed, 30 Aug 2023 at 19:03, Greg Hogan <code@greghogan.com> wrote:
Toggle quote (5 lines)
> * gnu/packages/version-control.scm (git): Update to 2.42.0.
> ---
> gnu/packages/version-control.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

This change implies a lot of rebuilds – more than the QA threshold.

So I have applied and rebuilt all the packages (for x86_64 only, which
is already something for my resources :-)) listed by “guix refresh -l
git git-minimal”. This update breaks these 9 packages:

conan
nototools
python-bash-kernel
python-clinguin
python-h3
python-jwst
python-keras
python-poliastro
python-telingo

Could you give a look?

Well, considering the current model for merging, this change could
directly go to master (and avoid a core-updates cycle) since CI should
be able to handle the ~800 rebuilds. However, I would prefer to avoid
the introduction of breakages. :-)

Cheers,
simon
?