gnu: guile-git: Update to 0.9.0.

* gnu/packages/guile.scm (guile-git): Update to 0.9.0.

Change-Id: I7a49f592a810422f9743dbd9ed50d25f64b32475
This commit is contained in:
Ludovic Courtès 2024-10-16 17:48:05 +02:00
parent b3b98151f3
commit 89e8e25cb5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -855,7 +855,7 @@ (define-public guile2.2-bytestructures
(define-public guile-git
(package
(name "guile-git")
(version "0.8.0")
(version "0.9.0")
(home-page "https://gitlab.com/guile-git/guile-git.git")
(source (origin
(method git-fetch)
@ -865,7 +865,7 @@ (define-public guile-git
(file-name (git-file-name name version))
(sha256
(base32
"15k5gcx5clckw9r38602xw8q4bmfr8s16fzmjw16carm54dsx78i"))))
"1x3zap2ifrfljwijwnf560r2nx4m4xl8gxs3cvf129a1al1nhl4l"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ; to prevent guild warnings