gnu: emacs-websocket: Update to 1.14.

* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.14.
This commit is contained in:
Nicolas Goaziou 2023-02-03 23:41:23 +01:00
parent ceb12ccfcd
commit bbecb8374d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19036,14 +19036,14 @@ (define-public emacs-pubmed
(define-public emacs-websocket
(package
(name "emacs-websocket")
(version "1.13.1")
(version "1.14")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"websocket-" version ".tar"))
(sha256
(base32 "1x664zswas0fpml7zaj59zy97avrm49zb80zd69rlkqzz1m45psc"))))
(base32 "0g75kaw9bdk30apiyk09583amnw9458kkmgbbcl2myqfqspywnva"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/websocket.html")
(synopsis "Emacs WebSocket client and server")