mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-zmq: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-zmq): Update to 1.0.1. Change-Id: I8f9791ba49c075162d70433d9cc9760992ac68de
This commit is contained in:
parent
2badf5eda9
commit
57b37bc399
1 changed files with 2 additions and 2 deletions
|
@ -9560,7 +9560,7 @@ (define-public emacs-butler
|
|||
(define-public emacs-zmq
|
||||
(package
|
||||
(name "emacs-zmq")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9569,7 +9569,7 @@ (define-public emacs-zmq
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bg4c26f8n1jy6z9dr2c9fz79myy9lbb5z67797qp1cbx8k6p3n7"))))
|
||||
(base32 "171cm487jbdqi73lk7vc9dsrzhxqic0yvy1vvxwk3b9qx1m2ab6v"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue