gnu: libupnp: Update to 1.14.4.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.4.master
parent
de3fe06ab7
commit
4b8c687a7c
|
@ -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.2")
|
(version "1.14.4")
|
||||||
(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 "0w62sn95fnp12qwz5nid6ksg2h9k0k6rinz00p8m3jd4j5dh9qzz"))))
|
(base32 "0qxydxf11dnq5rd33pa35mc5i5li7xdysc7ph23bisbh63srwr6d"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in New Issue