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 30e18bb432 gnu: guile-goblins: Update to 0.15.0.
30e18bb432 is described below
commit 30e18bb43268cdaadd0adbf93c2ad589312b0106
Author: David Thompson <[email protected]>
AuthorDate: Thu Jan 23 13:56:29 2025 -0500
gnu: guile-goblins: Update to 0.15.0.
* gnu/packages/guile-xyz.scm (guile-goblins): Update to 0.15.0.
[propagated-inputs]: Add guile-websocket and drop guile-gcrypt.
Change-Id: I0fe5983f8c9c23480359377976fa370eefe773c1
---
gnu/packages/guile-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 697d529999..b59d19e9d8 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -6480,16 +6480,16 @@ This module implements this interface by use of Guile's
dynamic FFI.")
(define-public guile-goblins
(package
(name "guile-goblins")
- (version "0.14.0")
+ (version "0.15.0")
(source
(origin
(method url-fetch)
- (uri (string-append "https://spritely.institute/files/releases"
+ (uri (string-append "https://files.spritely.institute/releases"
"/guile-goblins/guile-goblins-"
version ".tar.gz"))
(sha256
(base32
- "1gqyx8mq54dcs8waxjidk6xk43b2dfnw3hrbs22z6pnd9rdaj7wd"))))
+ "1dyxh8xvl8f707dzfzckz4343z1iwfp7v6wwyryn5psy86gq328z"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
@@ -6498,7 +6498,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 guile-gnutls))
+ (list guile-fibers guile-gnutls guile-websocket))
(home-page "https://spritely.institute/goblins")
(synopsis "Distributed programming environment for Guile")
(description