mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ build jobs.")
|
||||||
(define-public emacs-zmq
|
(define-public emacs-zmq
|
||||||
(package
|
(package
|
||||||
(name "emacs-zmq")
|
(name "emacs-zmq")
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9749,7 +9749,7 @@ build jobs.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "171cm487jbdqi73lk7vc9dsrzhxqic0yvy1vvxwk3b9qx1m2ab6v"))))
|
(base32 "1my9gw15xdbw7wdv6xa29lw8vfxqjsypk2465zxic2825hs0wn07"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue