gnu: guile-git: Update to 0.10.0.

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

Change-Id: Idf3c4cf71209f7461f89bd9b12a95c34090f1132
This commit is contained in:
Ludovic Courtès 2025-04-17 22:27:30 +02:00
parent cc4b392a83
commit 1c15250dd6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -834,7 +834,7 @@ type system, elevating types to first-class status.")
(define-public guile-git
(package
(name "guile-git")
(version "0.9.0")
(version "0.10.0")
(home-page "https://gitlab.com/guile-git/guile-git.git")
(source (origin
(method git-fetch)
@ -844,7 +844,7 @@ type system, elevating types to first-class status.")
(file-name (git-file-name name version))
(sha256
(base32
"1x3zap2ifrfljwijwnf560r2nx4m4xl8gxs3cvf129a1al1nhl4l"))))
"01scznpg7356ygdlgn1f2892bwg6fsvp37hbmsk4gsg0g49aj4la"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ; to prevent guild warnings