gnu: libupnp: Update to 1.14.18.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
3228dcd7db
commit
e65ae37671
|
@ -96,14 +96,14 @@ over IRC, instant messaging, network games, and most server software.")
|
|||
(define-public libupnp
|
||||
(package
|
||||
(name "libupnp")
|
||||
(version "1.14.17")
|
||||
(version "1.14.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/pupnp/pupnp/releases/download"
|
||||
"/release-" version "/libupnp-" version".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1yvgrfdhvsz6br3i7k37pigcw25rnzkxdx4sjizqqhm0xd1751wv"))))
|
||||
(base32 "1sywi1l0sc9s55hryfwqb5y5fhyyqx6ida5i7bk8m1p27klwx9qn"))))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Reference in New Issue