gnu: miniupnpc: Update to 2.0.20180203.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180203.
This commit is contained in:
parent
20c65aa1ec
commit
76dbb7516e
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@ (define-module (gnu packages upnp)
|
|||
(define-public miniupnpc
|
||||
(package
|
||||
(name "miniupnpc")
|
||||
(version "2.0.20171212")
|
||||
(version "2.0.20180203")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://miniupnp.tuxfamily.org/files/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0za7pr6hrr3ajkifirhhxfn3hlhl06f622g8hnj5h8y18sp3bwff"))))
|
||||
(base32 "1dr0qaf2qz49aawgsnv7l41rda5yvdk3qfz2hd5cv9iwav3sipch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("python" ,python-2)))
|
||||
|
|
Loading…
Reference in a new issue