Skip to content
Snippets Groups Projects
Unverified Commit 4b8c687a authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: libupnp: Update to 1.14.4.

* gnu/packages/upnp.scm (libupnp): Update to 1.14.4.
parent de3fe06a
No related branches found
No related tags found
No related merge requests found
......@@ -96,14 +96,14 @@ (define-public miniupnpc
(define-public libupnp
(package
(name "libupnp")
(version "1.14.2")
(version "1.14.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/pupnp/pupnp/releases/download"
"/release-" version "/libupnp-" version".tar.bz2"))
(sha256
(base32 "0w62sn95fnp12qwz5nid6ksg2h9k0k6rinz00p8m3jd4j5dh9qzz"))))
(base32 "0qxydxf11dnq5rd33pa35mc5i5li7xdysc7ph23bisbh63srwr6d"))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(build-system gnu-build-system)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment