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

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2e138c4da9 gnu: guile-goblins: Update to 0.14.0.
2e138c4da9 is described below

commit 2e138c4da9c56a837caa94a3c1775e3896d0c613
Author: David Thompson <dthomps...@worcester.edu>
AuthorDate: Thu Sep 19 12:35:08 2024 -0400

    gnu: guile-goblins: Update to 0.14.0.
    
    * gnu/packages/guile-xyz.scm (guile-goblins): Update to 0.14.0.
    
    Change-Id: I2e8bb4ef69fb00ecffe9c2cc922eee2d6c3f84fb
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 95ff4825cc..27a30e6622 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -6365,7 +6365,7 @@ This module implements this interface by use of Guile's 
dynamic FFI.")
 (define-public guile-goblins
   (package
     (name "guile-goblins")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method url-fetch)
@@ -6374,7 +6374,7 @@ This module implements this interface by use of Guile's 
dynamic FFI.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1s1aahak0m2hygnwi09vb399w7idh2hmbbn0fi7mdky0scxb5ybr"))))
+         "1gqyx8mq54dcs8waxjidk6xk43b2dfnw3hrbs22z6pnd9rdaj7wd"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

Reply via email to