mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-websocket: Update to 1.14.
* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.14.
This commit is contained in:
parent
ceb12ccfcd
commit
bbecb8374d
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue