GNU bug report logs - #63297
[PATCH] gnu: nng: Update to 1.5.2

Previous Next

Package: guix-patches;

Reported by: Franz Geffke <franz <at> pantherx.org>

Date: Fri, 5 May 2023 10:35:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Franz Geffke <franz <at> pantherx.org>
To: 63297 <at> debbugs.gnu.org
Subject: [bug#63297] [PATCH] gnu: nng: Update to 1.5.2
Date: Fri, 5 May 2023 11:33:53 +0100
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 85fb352ebf..ba77e613d7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -792,7 +792,7 @@ (define-public knockd
 (define-public nng
   (package
     (name "nng")
-    (version "1.3.2")
+    (version "1.5.2")
     (source
      (origin
        (method git-fetch)
@@ -801,7 +801,7 @@ (define-public nng
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a4jg8alh2h0rw6fb4dqpvk4hgl2a7h76mq7g34fy89qh9sgg1a4"))))
+        (base32 "1sap0iny3z9lhmaiassv8jc399md1307y32xxx3mrr74jcpcrf59"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags




This bug report was last modified 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.