guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: guile-git: Update to 0.5.2.


From: guix-commits
Subject: 01/02: gnu: guile-git: Update to 0.5.2.
Date: Wed, 21 Jul 2021 18:03:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit de1ae96184ecf538e27dc9c42b820476c48fe609
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jul 21 23:36:35 2021 +0200

    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.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 5de4f68..f90ea85 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]