[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: miniupnpc: Update to 2.0.20171212.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/02: gnu: miniupnpc: Update to 2.0.20171212. |
Date: |
Tue, 12 Dec 2017 14:29:39 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1e000f176f1512c128b50cbb2cd10ceefd89883d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Dec 12 17:47:34 2017 +0100
gnu: miniupnpc: Update to 2.0.20171212.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20171212.
---
gnu/packages/upnp.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 8fa62c9..f2669f1 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -28,14 +28,14 @@
(define-public miniupnpc
(package
(name "miniupnpc")
- (version "2.0.20171102")
+ (version "2.0.20171212")
(source
(origin
(method url-fetch)
(uri (string-append "https://miniupnp.tuxfamily.org/files/"
name "-" version ".tar.gz"))
(sha256
- (base32 "1m1552kkdxkyyb5gyykp0j8falxwf1424cm55y50q9l10l11g18l"))))
+ (base32 "0za7pr6hrr3ajkifirhhxfn3hlhl06f622g8hnj5h8y18sp3bwff"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2)))
@@ -59,7 +59,8 @@
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "external-ip.sh"
(("upnpc")
- (string-append (assoc-ref outputs "out") "/bin/upnpc"))))))))
+ (string-append (assoc-ref outputs "out") "/bin/upnpc")))
+ #t)))))
(home-page "http://miniupnp.free.fr/")
(synopsis "UPnP protocol client library")
(description