me
/
guix
Archived
1
0
Fork 0

gnu: cppzmq: Update to 4.10.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Jean-Pierre De Jesus DIAZ 2023-07-06 15:30:08 +02:00 committed by Ludovic Courtès
parent bdcf1de756
commit 70cd107dd5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1399,7 +1399,7 @@ between different versions of ØMQ.")
(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 @@ between different versions of ØMQ.")
(commit (string-append "v" version))))
(sha256
(base32
"0zzq20wzk5grshxfqhqgqqfwb38w3k83r821isvyaxghsglpwks3"))
"1074316b2n2sbvamnnm8c0p9s0xw2m0g84i9pac02vqbaxbmldqx"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments