[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: zeromq: Update to 4.3.3.
From: |
guix-commits |
Subject: |
06/07: gnu: zeromq: Update to 4.3.3. |
Date: |
Fri, 2 Oct 2020 17:15:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 08a8b340443904931275ef0aa13a23fd653ccd06
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 2 19:55:33 2020 +0200
gnu: zeromq: Update to 4.3.3.
* gnu/packages/networking.scm (zeromq): Update to 4.3.3.
---
gnu/packages/networking.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 6354162..f7093e1 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")
- branch master updated (3c01fcc -> 63e5ef4), guix-commits, 2020/10/02
- 01/07: gnu: perl-test-utf8: Update to 1.02., guix-commits, 2020/10/02
- 02/07: gnu: perl-async-interrupt: Update to 1.26., guix-commits, 2020/10/02
- 03/07: gnu: lsp-plugins: Update to 1.1.26., guix-commits, 2020/10/02
- 05/07: gnu: liblouisutdml: Update to 2.9.0., guix-commits, 2020/10/02
- 07/07: gnu: orc: Update to 0.4.32., guix-commits, 2020/10/02
- 06/07: gnu: zeromq: Update to 4.3.3.,
guix-commits <=
- 04/07: gnu: liblouis: Update to 3.15.0., guix-commits, 2020/10/02