me
/
guix
Archived
1
0
Fork 0

gnu: libupnp: Update to 1.14.17.

* gnu/packages/upnp.scm (libupnp): Update to 1.14.17.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
fanquake 2023-07-06 10:13:41 +01:00 committed by 宋文武
parent a6eb936d28
commit 1bd3b7d2c7
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -96,14 +96,14 @@ over IRC, instant messaging, network games, and most server software.")
(define-public libupnp (define-public libupnp
(package (package
(name "libupnp") (name "libupnp")
(version "1.14.15") (version "1.14.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/pupnp/pupnp/releases/download" (uri (string-append "https://github.com/pupnp/pupnp/releases/download"
"/release-" version "/libupnp-" version".tar.bz2")) "/release-" version "/libupnp-" version".tar.bz2"))
(sha256 (sha256
(base32 "1133wv3jrjpa355hnjxwp26igxq5l3xf3qi9m4jnyic3xb394kkr")))) (base32 "1yvgrfdhvsz6br3i7k37pigcw25rnzkxdx4sjizqqhm0xd1751wv"))))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(build-system gnu-build-system) (build-system gnu-build-system)