mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nanomsg: Update to 1.2.1.
* gnu/packages/networking.scm (nanomsg): Update to 1.2.1. Change-Id: I29f3a2e9abd4cecb94faff4de4f157f6b5a0d284
This commit is contained in:
parent
24166154d5
commit
22feabb3f2
1 changed files with 2 additions and 2 deletions
|
@ -926,7 +926,7 @@ publish/subscribe, RPC-style request/reply, or service discovery.")
|
||||||
(define-public nanomsg
|
(define-public nanomsg
|
||||||
(package
|
(package
|
||||||
(name "nanomsg")
|
(name "nanomsg")
|
||||||
(version "1.1.5")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -936,7 +936,7 @@ publish/subscribe, RPC-style request/reply, or service discovery.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01ddfzjlkf2dgijrmm3j3j8irccsnbgfvjcnwslsfaxnrmrq5s64"))))
|
(base32 "0dnnz054czajkdq60z5xw28iiv2qwqhigv9wj54388rk4ak0y3ya"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue