mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-websocket: Update to 1.12.
* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.12. [source]: Use ELPA repository instead of GitHub.
This commit is contained in:
parent
51b25847b7
commit
35f9af5f7d
1 changed files with 10 additions and 19 deletions
|
@ -11791,31 +11791,22 @@ database of references on life sciences.")
|
||||||
(define-public emacs-websocket
|
(define-public emacs-websocket
|
||||||
(package
|
(package
|
||||||
(name "emacs-websocket")
|
(name "emacs-websocket")
|
||||||
(version "1.10")
|
(version "1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
(url "https://github.com/ahyatt/emacs-websocket.git")
|
"websocket-" version ".tar"))
|
||||||
(commit version)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0ap4z80c6pzpb69wrx0hsvwzignxmd2b9xy974by9gf5xm2wpa8w"))))
|
||||||
"1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
|
||||||
`(#:tests? #t
|
|
||||||
;; TODO: also enable websocket-functional-test.el
|
|
||||||
#:test-command '("emacs" "--batch"
|
|
||||||
"-l" "websocket-test.el"
|
|
||||||
"-f" "ert-run-tests-batch-and-exit")))
|
|
||||||
(home-page "https://elpa.gnu.org/packages/websocket.html")
|
(home-page "https://elpa.gnu.org/packages/websocket.html")
|
||||||
(synopsis "Emacs WebSocket client and server")
|
(synopsis "Emacs WebSocket client and server")
|
||||||
(description "This is an Elisp library for WebSocket clients to talk to
|
(description
|
||||||
WebSocket servers, and for WebSocket servers to accept connections from
|
"This is an Elisp library for WebSocket clients to talk to WebSocket
|
||||||
WebSocket clients. This library is designed to be used by other library
|
servers, and for WebSocket servers to accept connections from WebSocket
|
||||||
writers, to write applications that use WebSockets, and is not useful by
|
clients. This library is designed to be used by other library writers, to
|
||||||
itself.")
|
write applications that use WebSockets, and is not useful by itself.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-oauth2
|
(define-public emacs-oauth2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue