mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libupnp: Update to 1.14.13.
* gnu/packages/upnp.scm (libupnp): Update to 1.14.13.
This commit is contained in:
parent
25e9bb05da
commit
367b045c55
1 changed files with 2 additions and 2 deletions
|
@ -96,14 +96,14 @@ (define-public miniupnpc
|
||||||
(define-public libupnp
|
(define-public libupnp
|
||||||
(package
|
(package
|
||||||
(name "libupnp")
|
(name "libupnp")
|
||||||
(version "1.14.12")
|
(version "1.14.13")
|
||||||
(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 "1b5mnn01cx840paggxrajg63gqzmw8mi4p14jhi9r4qyvam80709"))))
|
(base32 "0klag10gwrr6yx41v72w1jmyz87wzj1qpdcwv45qzjn53bp7lp82"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue