mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: zeromq: Update to 4.3.3.
* gnu/packages/networking.scm (zeromq): Update to 4.3.3.
This commit is contained in:
parent
433b391f9e
commit
08a8b34044
1 changed files with 2 additions and 3 deletions
|
@ -840,18 +840,17 @@ (define-public tcp-wrappers
|
||||||
(license (license:non-copyleft "file://DISCLAIMER"
|
(license (license:non-copyleft "file://DISCLAIMER"
|
||||||
"See the file DISCLAIMER in the distribution."))))
|
"See the file DISCLAIMER in the distribution."))))
|
||||||
|
|
||||||
|
|
||||||
(define-public zeromq
|
(define-public zeromq
|
||||||
(package
|
(package
|
||||||
(name "zeromq")
|
(name "zeromq")
|
||||||
(version "4.3.2")
|
(version "4.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/zeromq/libzmq/releases"
|
(uri (string-append "https://github.com/zeromq/libzmq/releases"
|
||||||
"/download/v" version "/zeromq-" version ".tar.gz"))
|
"/download/v" version "/zeromq-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qzp80ky4y2k7k1ya09v9gkivvfbz2km813snrb8jhnn634bbmzb"))))
|
"18km71p77jm1w7wly2a5mxvphjb0f2l6s08cg382x55f6zdqb4lx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://zeromq.org")
|
(home-page "https://zeromq.org")
|
||||||
(synopsis "Library for message-based applications")
|
(synopsis "Library for message-based applications")
|
||||||
|
|
Loading…
Reference in a new issue