guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-goblins: Update to 0.11.0.


From: guix-commits
Subject: branch master updated: gnu: guile-goblins: Update to 0.11.0.
Date: Mon, 08 May 2023 13:11:15 -0400

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 56774726dc gnu: guile-goblins: Update to 0.11.0.
56774726dc is described below

commit 56774726dce47482862bc32b4bb415fb8f202279
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Mon May 8 12:53:20 2023 -0400

    gnu: guile-goblins: Update to 0.11.0.
    
    * gnu/packages/guile-xyz.scm (guile-goblins): Update to 0.11.0.
---
 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 a5fd85aaa2..540e5d71c0 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5593,7 +5593,7 @@ This module implements this interface by use of Guile's 
dynamic FFI.")
 (define-public guile-goblins
   (package
     (name "guile-goblins")
-    (version "0.10")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch)
@@ -5602,7 +5602,7 @@ This module implements this interface by use of Guile's 
dynamic FFI.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "13nzmwi4m0j27rmn2ks0p3k620npnhx736q25n8llj2ivkn2vxd2"))))
+         "1ic4f65kbziszi5cz1b7ypl6acph6kdq5pc3wasa1jns3gkzfl6l"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

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