mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: libupnp: Update to 1.14.12.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.12.
This commit is contained in:
parent
ea5d464247
commit
ec7049ada5
1 changed files with 2 additions and 2 deletions
|
@ -96,14 +96,14 @@ (define-public miniupnpc
|
|||
(define-public libupnp
|
||||
(package
|
||||
(name "libupnp")
|
||||
(version "1.14.7")
|
||||
(version "1.14.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/pupnp/pupnp/releases/download"
|
||||
"/release-" version "/libupnp-" version".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "093wmhk7rdmg2ixyam4hpxa43g25555jgb3i4y7223mwhr5aqrkv"))))
|
||||
(base32 "1b5mnn01cx840paggxrajg63gqzmw8mi4p14jhi9r4qyvam80709"))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue