mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: czmq: Update to 4.2.1.
* gnu/packages/networking.scm (czmq): Update to 4.2.1.
This commit is contained in:
parent
93872098eb
commit
560e605819
1 changed files with 2 additions and 2 deletions
|
@ -945,7 +945,7 @@ (define-public zeromq
|
|||
(define-public czmq
|
||||
(package
|
||||
(name "czmq")
|
||||
(version "4.2.0")
|
||||
(version "4.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -954,7 +954,7 @@ (define-public czmq
|
|||
"/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1szciz62sk3fm4ga9qjpxz0n0lazvphm32km95bq92ncng12kayg"))))
|
||||
"0fdclvd7fcwixp0k57ccv7d159v3slasyhvndxfn8n1a9hh0lwjx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-drafts")
|
||||
|
|
Loading…
Reference in a new issue