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 13367c6c47 gnu: guile-websocket: Update to 0.2.0.
13367c6c47 is described below
commit 13367c6c47f5a4962dde6fab480ea14cd0ac536c
Author: David Thompson <[email protected]>
AuthorDate: Thu Jan 23 11:28:11 2025 -0500
gnu: guile-websocket: Update to 0.2.0.
* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.2.0.
Change-Id: Idca2d196b5fe43673cfe6a271f8486dd3fea5bbf
---
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 e08491065b..697d529999 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -5266,14 +5266,14 @@ Relay Chat} (IRC).")
(define-public guile-websocket
(package
(name "guile-websocket")
- (version "0.1")
+ (version "0.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://files.dthompson.us/guile-websocket/"
"guile-websocket-" version ".tar.gz"))
(sha256
(base32
- "0x2hw188kcg6zd6480dqfynfvzjgfp50kji4y4ql69mnf1jd6h94"))))
+ "143ng1x5xwy218wd1svj718ikqnrglwsywyzpd3ap9jnivw66g7f"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags
@@ -5281,7 +5281,7 @@ Relay Chat} (IRC).")
(native-inputs
(list autoconf automake pkg-config))
(inputs
- (list guile-3.0))
+ (list guile-3.0 guile-gnutls))
(synopsis "Websocket server/client for Guile")
(description "Guile-websocket provides an implementation of the
WebSocket protocol as defined by RFC 6455.")