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.12.0.


From: guix-commits
Subject: branch master updated: gnu: guile-goblins: Update to 0.12.0.
Date: Mon, 22 Jan 2024 10:06:07 -0500

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 9f80c86672 gnu: guile-goblins: Update to 0.12.0.
9f80c86672 is described below

commit 9f80c866729bd5c145969e430328dd593253885a
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Mon Jan 22 10:04:30 2024 -0500

    gnu: guile-goblins: Update to 0.12.0.
    
    * gnu/packages/guile-xyz.scm (guile-goblins): Update to 0.12.0.
    
    Change-Id: I0768ca6118c8b16ea6e5ae235dfefa7d28f727e3
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index b36b4aa233..9c4c308d05 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5997,7 +5997,7 @@ This module implements this interface by use of Guile's 
dynamic FFI.")
 (define-public guile-goblins
   (package
     (name "guile-goblins")
-    (version "0.11.0")
+    (version "0.12.0")
     (source
      (origin
        (method url-fetch)
@@ -6006,7 +6006,7 @@ This module implements this interface by use of Guile's 
dynamic FFI.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1ic4f65kbziszi5cz1b7ypl6acph6kdq5pc3wasa1jns3gkzfl6l"))))
+         "1w1xf60i6an4fs2kr0cv7w01h2fhz1i23zp9w7nbmr32zqm8m59z"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
@@ -6015,7 +6015,7 @@ This module implements this interface by use of Guile's 
dynamic FFI.")
      (list pkg-config texinfo))
     (inputs (list guile-3.0))
     (propagated-inputs
-     (list guile-fibers guile-gcrypt))
+     (list guile-fibers guile-gcrypt guile-gnutls))
     (home-page "https://spritely.institute/goblins";)
     (synopsis "Distributed programming environment for Guile")
     (description



reply via email to

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