mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-zmq: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-zmq): Update to 1.0.2. Change-Id: I333cdc9d6a82bd198f95e3108f6f639df24ac8a5
This commit is contained in:
parent
ff5262628e
commit
296416364e
1 changed files with 2 additions and 2 deletions
|
@ -9740,7 +9740,7 @@ (define-public emacs-butler
|
|||
(define-public emacs-zmq
|
||||
(package
|
||||
(name "emacs-zmq")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9749,7 +9749,7 @@ (define-public emacs-zmq
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "171cm487jbdqi73lk7vc9dsrzhxqic0yvy1vvxwk3b9qx1m2ab6v"))))
|
||||
(base32 "1my9gw15xdbw7wdv6xa29lw8vfxqjsypk2465zxic2825hs0wn07"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue