gnu: guile-websocket: Update to 0.2.0.

* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.2.0.

Change-Id: Idca2d196b5fe43673cfe6a271f8486dd3fea5bbf
This commit is contained in:
David Thompson 2025-01-23 11:28:11 -05:00
parent 29d1330630
commit 13367c6c47
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -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.")