gnu: guile-git: Update to 0.5.2.

Fixes <https://issues.guix.gnu.org/48855>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* gnu/packages/guile.scm (guile-git): Update to 0.5.2.
This commit is contained in:
Ludovic Courtès 2021-07-21 23:36:35 +02:00
parent 4f51a4ac27
commit de1ae96184
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -788,7 +788,7 @@ (define-deprecated-guile3.0-package guile3.0-bytestructures)
(define-public guile-git (define-public guile-git
(package (package
(name "guile-git") (name "guile-git")
(version "0.5.1") (version "0.5.2")
(home-page "https://gitlab.com/guile-git/guile-git.git") (home-page "https://gitlab.com/guile-git/guile-git.git")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -798,7 +798,7 @@ (define-public guile-git
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1x3wa6la4j1wcfxyhhjlmd7yp85wwpny0y6lrzpz803i9z5fwagc")))) "11a51acibwi2hpaygmrpn6nwbr4lqalc87ihrgj3mhz6swbsk9n7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings `(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings