guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-git: Update to 0.4.0.


From: guix-commits
Subject: branch master updated: gnu: guile-git: Update to 0.4.0.
Date: Thu, 22 Oct 2020 03:53:54 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fbac257  gnu: guile-git: Update to 0.4.0.
fbac257 is described below

commit fbac2572f6ab6bf709302b0a270e1e66a942ba07
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Oct 22 09:53:09 2020 +0200

    gnu: guile-git: Update to 0.4.0.
    
    * gnu/packages/guile.scm (guile-git): Update to 0.4.0.
---
 gnu/packages/guile.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 83df234..6d93d74 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -737,16 +737,16 @@ type system, elevating types to first-class status.")
 (define-public guile-git
   (package
     (name "guile-git")
-    (version "0.3.0")
+    (version "0.4.0")
     (home-page "https://gitlab.com/guile-git/guile-git.git";)
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://gitlab.com/guile-git/guile-git/uploads/";
-                                  "4c563d8e7e1ff84396abe8ca7011bcaf/guile-git-"
+                                  "2600bb0dfdfb00bfbe46811dccad51d8/guile-git-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0c5i3d16hp7gp9rd78vk9zc45js8bphf92m4lbb5gyi4l1yl7kkm"))))
+                "1kxyg9x2aa1pg69cl48wysq0pbxvwfahy1xpl5ab6p8babhf7kic"))))
     (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]