gnu: libupnp: Update to 1.14.7.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.7.master
parent
026a16ff0d
commit
103c38b798
|
@ -96,14 +96,14 @@ over IRC, instant messaging, network games, and most server software.")
|
|||
(define-public libupnp
|
||||
(package
|
||||
(name "libupnp")
|
||||
(version "1.14.6")
|
||||
(version "1.14.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/pupnp/pupnp/releases/download"
|
||||
"/release-" version "/libupnp-" version".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "00x5y1a7ygyjzc1ljfamynclqrzd44vhdsnnmx2nwaif6mvgcs1i"))))
|
||||
(base32 "093wmhk7rdmg2ixyam4hpxa43g25555jgb3i4y7223mwhr5aqrkv"))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Reference in New Issue