1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-websocket: Update to 1.16.

* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.16.

Change-Id: Id01835630de2f76dd905074a713df0a64b253ffa
This commit is contained in:
Nicolas Goaziou
2026-02-02 23:01:06 +01:00
parent 68b50700da
commit bcd82d481a

View File

@@ -26192,14 +26192,14 @@ database of references on life sciences.")
(define-public emacs-websocket
(package
(name "emacs-websocket")
(version "1.15")
(version "1.16")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"websocket-" version ".tar"))
(sha256
(base32 "0mvvq9gsx856ip2gkrvjw4k8a85vrrkp27dcpkvamxq93lfd7hin"))))
(base32 "0an37jb4zalfl27gg731yg33cpic34g3fqsc0b8987dcn0szf7xi"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/websocket.html")
(synopsis "Emacs WebSocket client and server")