me
/
guix
Archived
1
0
Fork 0

gnu: emacs-zmq: Update to 1.0.1.

* gnu/packages/emacs-xyz.scm (emacs-zmq): Update to 1.0.1.

Change-Id: I8f9791ba49c075162d70433d9cc9760992ac68de
master
Nicolas Goaziou 2024-07-21 16:05:42 +02:00
parent 2badf5eda9
commit 57b37bc399
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9560,7 +9560,7 @@ build jobs.")
(define-public emacs-zmq (define-public emacs-zmq
(package (package
(name "emacs-zmq") (name "emacs-zmq")
(version "1.0.0") (version "1.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -9569,7 +9569,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 "1bg4c26f8n1jy6z9dr2c9fz79myy9lbb5z67797qp1cbx8k6p3n7")))) (base32 "171cm487jbdqi73lk7vc9dsrzhxqic0yvy1vvxwk3b9qx1m2ab6v"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list