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

gnu: miniupnpc: Update to 2.0.20171212.

* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20171212.
parent cbf5eb84
No related branches found
No related tags found
No related merge requests found
...@@ -28,14 +28,14 @@ (define-module (gnu packages upnp) ...@@ -28,14 +28,14 @@ (define-module (gnu packages upnp)
(define-public miniupnpc (define-public miniupnpc
(package (package
(name "miniupnpc") (name "miniupnpc")
(version "2.0.20171102") (version "2.0.20171212")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://miniupnp.tuxfamily.org/files/" (uri (string-append "https://miniupnp.tuxfamily.org/files/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1m1552kkdxkyyb5gyykp0j8falxwf1424cm55y50q9l10l11g18l")))) (base32 "0za7pr6hrr3ajkifirhhxfn3hlhl06f622g8hnj5h8y18sp3bwff"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("python" ,python-2))) `(("python" ,python-2)))
...@@ -59,7 +59,8 @@ (define-public miniupnpc ...@@ -59,7 +59,8 @@ (define-public miniupnpc
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(substitute* "external-ip.sh" (substitute* "external-ip.sh"
(("upnpc") (("upnpc")
(string-append (assoc-ref outputs "out") "/bin/upnpc")))))))) (string-append (assoc-ref outputs "out") "/bin/upnpc")))
#t)))))
(home-page "http://miniupnp.free.fr/") (home-page "http://miniupnp.free.fr/")
(synopsis "UPnP protocol client library") (synopsis "UPnP protocol client library")
(description (description
......
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