gnu: guile-websocket: Update to 0.1.

* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.1.
This commit is contained in:
David Thompson 2022-11-12 20:13:13 -05:00
parent 42d1fa6fc4
commit c4025af8c1
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -4225,34 +4225,29 @@ (define-public guile-irc
(license license:lgpl2.1+)))) (license license:lgpl2.1+))))
(define-public guile-websocket (define-public guile-websocket
(let ((commit "d17878f6c12c10a49196bb08f737f36b11e61c31") (package
(revision "1")) (name "guile-websocket")
(package (version "0.1")
(name "guile-websocket") (source (origin
(version (git-version "0.1" revision commit)) (method url-fetch)
(source (uri (string-append "https://files.dthompson.us/guile-websocket/"
(origin "guile-websocket-" version ".tar.gz"))
(method git-fetch) (sha256
(uri (git-reference (base32
(url "https://git.dthompson.us/guile-websocket.git") "0x2hw188kcg6zd6480dqfynfvzjgfp50kji4y4ql69mnf1jd6h94"))))
(commit commit))) (build-system gnu-build-system)
(file-name (git-file-name name version)) (arguments
(sha256 '(#:make-flags
(base32 '("GUILE_AUTO_COMPILE=0")))
"0kcmhjyb6amm4b9k4ng0r5s38m041mvh5jgmjbz6ichz39k255v7")))) (native-inputs
(build-system gnu-build-system) (list autoconf automake pkg-config))
(arguments (inputs
'(#:make-flags (list guile-3.0))
'("GUILE_AUTO_COMPILE=0"))) (synopsis "Websocket server/client for Guile")
(native-inputs (description "Guile-websocket provides an implementation of the
(list autoconf automake pkg-config))
(inputs
(list guile-3.0))
(synopsis "Websocket server/client for Guile")
(description "Guile-websocket provides an implementation of the
WebSocket protocol as defined by RFC 6455.") WebSocket protocol as defined by RFC 6455.")
(home-page "https://git.dthompson.us/guile-websocket.git") (home-page "https://dthompson.us/projects/guile-websocket.html")
(license license:lgpl3+)))) (license license:lgpl3+)))
(define-public guile-rdf (define-public guile-rdf
(package (package