gnu: miniupnpc: Update to 2.1.20190408.

* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190408.
This commit is contained in:
Marius Bakke 2019-04-09 19:51:41 +02:00
parent 012492aab9
commit bd81002c09
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -32,14 +32,14 @@
(define-public miniupnpc
(package
(name "miniupnpc")
(version "2.1.20190403")
(version "2.1.20190408")
(source
(origin
(method url-fetch)
(uri (string-append "https://miniupnp.tuxfamily.org/files/"
name "-" version ".tar.gz"))
(sha256
(base32 "0qgwcinj8h312v2995qc2z1lbpmw916glkc8j9fa16xr4l2skxfy"))))
(base32 "1v0l2m8j7r6jiy871d6v11ls243xqn6s3856iwd3bmk5c37npi50"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2)))