summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-03 23:43:44 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-04 00:45:01 +0100
commit560e6058198c15ebdd338eac09c21f27d6758758 (patch)
tree00f762d4e102ab8982535d1daf0a28593f170c17 /gnu
parent93872098eb4c66c01ee56ba5f0e568e029def326 (diff)
downloadguix-560e6058198c15ebdd338eac09c21f27d6758758.tar.gz
gnu: czmq: Update to 4.2.1.
* gnu/packages/networking.scm (czmq): Update to 4.2.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 360f3ca732..74eabd8267 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -945,7 +945,7 @@ more.")
 (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 @@ more.")
                     "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1szciz62sk3fm4ga9qjpxz0n0lazvphm32km95bq92ncng12kayg"))))
+                "0fdclvd7fcwixp0k57ccv7d159v3slasyhvndxfn8n1a9hh0lwjx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-drafts")