guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64495] [PATCH] gnu: cppzmq: Update to 4.10.0.


From: Jean-Pierre De Jesus DIAZ
Subject: [bug#64495] [PATCH] gnu: cppzmq: Update to 4.10.0.
Date: Thu, 6 Jul 2023 15:30:08 +0200

* gnu/packages/networking.scm (cppzmq): Update to 4.10.0.

Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2f118bccb2..84f35aa5f1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1399,7 +1399,7 @@ (define-public czmq
 (define-public cppzmq
   (package
     (name "cppzmq")
-    (version "4.8.1")
+    (version "4.10.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1407,7 +1407,7 @@ (define-public cppzmq
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0zzq20wzk5grshxfqhqgqqfwb38w3k83r821isvyaxghsglpwks3"))
+                "1074316b2n2sbvamnnm8c0p9s0xw2m0g84i9pac02vqbaxbmldqx"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
-- 
2.34.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]