diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-02 19:55:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-02 23:08:10 +0200 |
commit | 08a8b340443904931275ef0aa13a23fd653ccd06 (patch) | |
tree | 093062a58a2ddbf5e4a41604a7a84f5f49df7859 /gnu | |
parent | 433b391f9e4d7aaff3e808721b670828759cbb1a (diff) | |
download | guix-08a8b340443904931275ef0aa13a23fd653ccd06.tar guix-08a8b340443904931275ef0aa13a23fd653ccd06.tar.gz |
gnu: zeromq: Update to 4.3.3.
* gnu/packages/networking.scm (zeromq): Update to 4.3.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 63541629f3..f7093e1b35 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -840,18 +840,17 @@ transparently check connection attempts against an access control list.") (license (license:non-copyleft "file://DISCLAIMER" "See the file DISCLAIMER in the distribution.")))) - (define-public zeromq (package (name "zeromq") - (version "4.3.2") + (version "4.3.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/zeromq/libzmq/releases" "/download/v" version "/zeromq-" version ".tar.gz")) (sha256 (base32 - "0qzp80ky4y2k7k1ya09v9gkivvfbz2km813snrb8jhnn634bbmzb")))) + "18km71p77jm1w7wly2a5mxvphjb0f2l6s08cg382x55f6zdqb4lx")))) (build-system gnu-build-system) (home-page "https://zeromq.org") (synopsis "Library for message-based applications") |