3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-websocket: Update to 1.10.

* gnu/packages/emacs.scm (emacs-websocket): Update to 1.10.
[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-04-27 13:32:40 +02:00
parent 8e71673d2f
commit a6334e6e8d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6876,15 +6876,17 @@ well as Github-style emojis like @code{:smile:}. It provides a minor mode
(define-public emacs-websocket
(package
(name "emacs-websocket")
(version "1.8")
(version "1.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/websocket-"
version ".tar"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/ahyatt/emacs-websocket.git")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0dcxmnnm8z7cvsc7nkb822a1g6w03klp7cijjnfq0pz84p3w9cd9"))))
"1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
(build-system emacs-build-system)
(home-page "http://elpa.gnu.org/packages/websocket.html")
(synopsis "Emacs WebSocket client and server")