gnu: nng: Update to 1.3.2.
* gnu/packages/networking.scm (nng): Update to 1.3.2.master
parent
ac570f00b0
commit
77c96b5cb7
|
@ -370,23 +370,21 @@ sockets, and also some helper utilities around SCTP.")
|
||||||
(define-public nng
|
(define-public nng
|
||||||
(package
|
(package
|
||||||
(name "nng")
|
(name "nng")
|
||||||
(version "1.3.0")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri (git-reference
|
||||||
(git-reference
|
(url "https://github.com/nanomsg/nng.git")
|
||||||
(url "https://github.com/nanomsg/nng.git")
|
(commit (string-append "v" version))))
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "042kmqzvdhv8fqmjr9kyi7rirm6akmpidfav6j14zhrab221n06j"))))
|
(base32 "0a4jg8alh2h0rw6fb4dqpvk4hgl2a7h76mq7g34fy89qh9sgg1a4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list "-DNNG_ENABLE_COVERAGE=ON"
|
||||||
"-DNNG_ENABLE_COVERAGE=ON"
|
"-DNNG_ENABLE_TLS=ON")
|
||||||
"-DNNG_ENABLE_TLS=ON")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-failing-tests
|
(add-after 'unpack 'disable-failing-tests
|
||||||
|
|
Reference in New Issue