unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64495] [PATCH] gnu: cppzmq: Update to 4.10.0.
@ 2023-07-06 13:30 Jean-Pierre De Jesus DIAZ via Guix-patches via
  2023-07-17 22:26 ` bug#64495: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Pierre De Jesus DIAZ via Guix-patches via @ 2023-07-06 13:30 UTC (permalink / raw)
  To: 64495; +Cc: Jean-Pierre De Jesus DIAZ

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64495: [PATCH] gnu: cppzmq: Update to 4.10.0.
  2023-07-06 13:30 [bug#64495] [PATCH] gnu: cppzmq: Update to 4.10.0 Jean-Pierre De Jesus DIAZ via Guix-patches via
@ 2023-07-17 22:26 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-07-17 22:26 UTC (permalink / raw)
  To: Jean-Pierre De Jesus DIAZ; +Cc: 64495-done

Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> skribis:

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

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-17 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-06 13:30 [bug#64495] [PATCH] gnu: cppzmq: Update to 4.10.0 Jean-Pierre De Jesus DIAZ via Guix-patches via
2023-07-17 22:26 ` bug#64495: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).