mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: czmq: Update to 4.1.1.
* gnu/packages/networking.scm (czmq): Update to 4.1.1.
This commit is contained in:
parent
ce9ae8a1c3
commit
00172e171c
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@ (define-public zeromq
|
|||
(define-public czmq
|
||||
(package
|
||||
(name "czmq")
|
||||
(version "4.1.0")
|
||||
(version "4.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -284,7 +284,7 @@ (define-public czmq
|
|||
"/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04gwf61rijwm6b2wblwv8gky1gdrbfmg1d19hf72kdc691ds7vrv"))))
|
||||
"1h5hrcsc30fcwb032vy5gxkq4j4vv1y4dj460rfs1hhxi0cz83zh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(;; TODO Tests fail for some reason:
|
||||
|
|
Loading…
Reference in a new issue