guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: guile-git: Update to 0.9.0.


From: guix-commits
Subject: 01/12: gnu: guile-git: Update to 0.9.0.
Date: Wed, 16 Oct 2024 13:28:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 89e8e25cb574ae7182201d992dcb3aa04f057431
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 16 17:48:05 2024 +0200

    gnu: guile-git: Update to 0.9.0.
    
    * gnu/packages/guile.scm (guile-git): Update to 0.9.0.
    
    Change-Id: I7a49f592a810422f9743dbd9ed50d25f64b32475
---
 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 0106f500c8..8dabbb2c5e 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -855,7 +855,7 @@ type system, elevating types to first-class status.")
 (define-public guile-git
   (package
     (name "guile-git")
-    (version "0.8.0")
+    (version "0.9.0")
     (home-page "https://gitlab.com/guile-git/guile-git.git";)
     (source (origin
               (method git-fetch)
@@ -865,7 +865,7 @@ type system, elevating types to first-class status.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "15k5gcx5clckw9r38602xw8q4bmfr8s16fzmjw16carm54dsx78i"))))
+                "1x3zap2ifrfljwijwnf560r2nx4m4xl8gxs3cvf129a1al1nhl4l"))))
     (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]