civodul pushed a commit to branch master
in repository guix.

commit 1c15250dd60f168be81aefeef71525a9bc4d17ce
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Apr 17 22:27:30 2025 +0200

    gnu: guile-git: Update to 0.10.0.
    
    * gnu/packages/guile.scm (guile-git): Update to 0.10.0.
    
    Change-Id: Idf3c4cf71209f7461f89bd9b12a95c34090f1132
---
 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 0e600fbc09..96974daf0e 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -834,7 +834,7 @@ type system, elevating types to first-class status.")
 (define-public guile-git
   (package
     (name "guile-git")
-    (version "0.9.0")
+    (version "0.10.0")
     (home-page "https://gitlab.com/guile-git/guile-git.git";)
     (source (origin
               (method git-fetch)
@@ -844,7 +844,7 @@ type system, elevating types to first-class status.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1x3zap2ifrfljwijwnf560r2nx4m4xl8gxs3cvf129a1al1nhl4l"))))
+                "01scznpg7356ygdlgn1f2892bwg6fsvp37hbmsk4gsg0g49aj4la"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags '("GUILE_AUTO_COMPILE=0")       ; to prevent guild warnings

Reply via email to