diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 05:29:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 06:39:00 +0200 |
commit | 00172e171ca19cf3f3471f481f8c7518adbc168d (patch) | |
tree | 242c1614b58e84d967f6d4135b9a3590db83d4dc /gnu | |
parent | ce9ae8a1c3fa741275e76932bf2f5afaff30a04b (diff) | |
download | patches-00172e171ca19cf3f3471f481f8c7518adbc168d.tar patches-00172e171ca19cf3f3471f481f8c7518adbc168d.tar.gz |
gnu: czmq: Update to 4.1.1.
* gnu/packages/networking.scm (czmq): Update to 4.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index d62693c1a7..b2e16e0077 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -275,7 +275,7 @@ more.") (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 @@ more.") "/" name "-" version ".tar.gz")) (sha256 (base32 - "04gwf61rijwm6b2wblwv8gky1gdrbfmg1d19hf72kdc691ds7vrv")))) + "1h5hrcsc30fcwb032vy5gxkq4j4vv1y4dj460rfs1hhxi0cz83zh")))) (build-system gnu-build-system) (arguments '(;; TODO Tests fail for some reason: |