guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: libnatpmp: Update to 20230423.


From: guix-commits
Subject: 03/10: gnu: libnatpmp: Update to 20230423.
Date: Tue, 18 Jul 2023 08:24:39 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 2c19706fd83051fdad7a919d6a89d16eee6e3340
Author: fanquake <fanquake@gmail.com>
AuthorDate: Thu Jul 6 10:08:32 2023 +0100

    gnu: libnatpmp: Update to 20230423.
    
    * gnu/packages/networking.scm (libnatpmp): Update to 20230423.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1fbbbc1267..3ddf9e7a27 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1426,7 +1426,7 @@ files contain direct mappings of the abstractions 
provided by the ØMQ C API.")
 (define-public libnatpmp
   (package
     (name "libnatpmp")
-    (version "20150609")
+    (version "20230423")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1434,7 +1434,7 @@ files contain direct mappings of the abstractions 
provided by the ØMQ C API.")
                     name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1c1n8n7mp0amsd6vkz32n8zj3vnsckv308bb7na0dg0r8969rap1"))))
+                "0w7wvf4yi8qv659dg9d3ndqvh3bqhgm21gd135spwhq6hhnfv106"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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