gnu: libnatpmp: Update to 20230423.
* gnu/packages/networking.scm (libnatpmp): Update to 20230423. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
1bd3b7d2c7
commit
2c19706fd8
1 changed files with 2 additions and 2 deletions
|
|
@ -1426,7 +1426,7 @@ files contain direct mappings of the abstractions provided by the ØMQ C API.")
|
||||||
(define-public libnatpmp
|
(define-public libnatpmp
|
||||||
(package
|
(package
|
||||||
(name "libnatpmp")
|
(name "libnatpmp")
|
||||||
(version "20150609")
|
(version "20230423")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
|
@ -1434,7 +1434,7 @@ files contain direct mappings of the abstractions provided by the ØMQ C API.")
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c1n8n7mp0amsd6vkz32n8zj3vnsckv308bb7na0dg0r8969rap1"))))
|
"0w7wvf4yi8qv659dg9d3ndqvh3bqhgm21gd135spwhq6hhnfv106"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
|
||||||
Reference in a new issue