gnu: miniupnpc: Update to 2.0.20170421.
gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20170421.
This commit is contained in:
parent
ef27b4345f
commit
05b1feb92a
|
@ -28,14 +28,14 @@
|
||||||
(define-public miniupnpc
|
(define-public miniupnpc
|
||||||
(package
|
(package
|
||||||
(name "miniupnpc")
|
(name "miniupnpc")
|
||||||
(version "2.0.20161216")
|
(version "2.0.20170421")
|
||||||
(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 "0gpxva9jkjvqwawff5y51r6bmsmdhixl3i5bmzlqsqpwsq449q81"))))
|
(base32 "0n11m2wq812zms5b21h8ihw1kbyaihj9nqjiida0hskf4dmw4m13"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-2)))
|
`(("python" ,python-2)))
|
||||||
|
@ -45,8 +45,7 @@
|
||||||
;; the configure phase.
|
;; the configure phase.
|
||||||
'(#:make-flags
|
'(#:make-flags
|
||||||
(list
|
(list
|
||||||
(string-append
|
(string-append "SH=" (assoc-ref %build-inputs "bash") "/bin/sh")
|
||||||
"SH=" (assoc-ref %build-inputs "bash") "/bin/sh")
|
|
||||||
(string-append "INSTALLPREFIX=" (assoc-ref %outputs "out"))
|
(string-append "INSTALLPREFIX=" (assoc-ref %outputs "out"))
|
||||||
"CC=gcc"
|
"CC=gcc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue