guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: nng: Update to 1.3.2.


From: guix-commits
Subject: 02/07: gnu: nng: Update to 1.3.2.
Date: Thu, 20 Aug 2020 00:22:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 77c96b5cb77e36899701b028e102515d06db974a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 06:00:17 2020 +0200

    gnu: nng: Update to 1.3.2.
    
    * gnu/packages/networking.scm (nng): Update to 1.3.2.
---
 gnu/packages/networking.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bf5cef1..ff3bc72 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -370,23 +370,21 @@ sockets, and also some helper utilities around SCTP.")
 (define-public nng
   (package
     (name "nng")
-    (version "1.3.0")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
-       (uri
-        (git-reference
-         (url "https://github.com/nanomsg/nng.git";)
-         (commit (string-append "v" version))))
+       (uri (git-reference
+             (url "https://github.com/nanomsg/nng.git";)
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "042kmqzvdhv8fqmjr9kyi7rirm6akmpidfav6j14zhrab221n06j"))))
+        (base32 "0a4jg8alh2h0rw6fb4dqpvk4hgl2a7h76mq7g34fy89qh9sgg1a4"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
-       (list
-        "-DNNG_ENABLE_COVERAGE=ON"
-        "-DNNG_ENABLE_TLS=ON")
+       (list "-DNNG_ENABLE_COVERAGE=ON"
+             "-DNNG_ENABLE_TLS=ON")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'disable-failing-tests



reply via email to

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