3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: miniupnpc: Update to 2.0.20180203.

* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180203.
This commit is contained in:
Marius Bakke 2018-02-05 15:40:52 +01:00
parent 20c65aa1ec
commit 76dbb7516e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -29,14 +29,14 @@
(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)))