diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-07-21 23:36:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-22 00:02:30 +0200 |
commit | de1ae96184ecf538e27dc9c42b820476c48fe609 (patch) | |
tree | fa361da3106edfe4ae714b77d05da683d9188b10 /gnu/packages | |
parent | 4f51a4ac278d5001e0afdba3c5425e0bd6673505 (diff) | |
download | guix-de1ae96184ecf538e27dc9c42b820476c48fe609.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/guile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 5de4f68093..f90ea85999 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -788,7 +788,7 @@ type system, elevating types to first-class status.") (define-public guile-git (package (name "guile-git") - (version "0.5.1") + (version "0.5.2") (home-page "https://gitlab.com/guile-git/guile-git.git") (source (origin (method git-fetch) @@ -798,7 +798,7 @@ type system, elevating types to first-class status.") (file-name (git-file-name name version)) (sha256 (base32 - "1x3wa6la4j1wcfxyhhjlmd7yp85wwpny0y6lrzpz803i9z5fwagc")))) + "11a51acibwi2hpaygmrpn6nwbr4lqalc87ihrgj3mhz6swbsk9n7")))) (build-system gnu-build-system) (arguments `(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings |