gnu: libupnp: Update to 1.14.6.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.6.
This commit is contained in:
parent
6992407180
commit
78fb1dbca2
1 changed files with 2 additions and 2 deletions
|
@ -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.5")
|
(version "1.14.6")
|
||||||
(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 "16hlcpffmqd4rja57m6km1dpx3abgv91vvmb8971vfg6gd0glzr2"))))
|
(base32 "00x5y1a7ygyjzc1ljfamynclqrzd44vhdsnnmx2nwaif6mvgcs1i"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in a new issue