me
/
guix
Archived
1
0
Fork 0

gnu: libupnp: Update to 1.14.7.

* gnu/packages/upnp.scm (libupnp): Update to 1.14.7.
master
Tobias Geerinckx-Rice 2021-05-12 22:43:30 +02:00
parent 026a16ff0d
commit 103c38b798
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
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
(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)