diff options
author | fanquake <fanquake@gmail.com> | 2023-07-06 10:08:32 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-07-18 20:23:42 +0800 |
commit | 2c19706fd83051fdad7a919d6a89d16eee6e3340 (patch) | |
tree | eb4231fd393548b9ca23b10c8d3c325c096d266c | |
parent | 1bd3b7d2c7c2ad22f0aba200ed613425e3a11223 (diff) | |
download | guix-2c19706fd83051fdad7a919d6a89d16eee6e3340.tar.gz guix-2c19706fd83051fdad7a919d6a89d16eee6e3340.zip |
gnu: libnatpmp: Update to 20230423.
* gnu/packages/networking.scm (libnatpmp): Update to 20230423.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files 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 |