[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: miniupnpc: Update to 2.0.20170421.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/02: gnu: miniupnpc: Update to 2.0.20170421. |
Date: |
Fri, 21 Apr 2017 08:46:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 05b1feb92ad09601c9e9e022aab541113c8b2b53
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 21 14:46:15 2017 +0200
gnu: miniupnpc: Update to 2.0.20170421.
gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20170421.
---
gnu/packages/upnp.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 9be9741..0a61bdb 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -28,14 +28,14 @@
(define-public miniupnpc
(package
(name "miniupnpc")
- (version "2.0.20161216")
+ (version "2.0.20170421")
(source
(origin
(method url-fetch)
(uri (string-append "https://miniupnp.tuxfamily.org/files/"
name "-" version ".tar.gz"))
(sha256
- (base32 "0gpxva9jkjvqwawff5y51r6bmsmdhixl3i5bmzlqsqpwsq449q81"))))
+ (base32 "0n11m2wq812zms5b21h8ihw1kbyaihj9nqjiida0hskf4dmw4m13"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2)))
@@ -45,8 +45,7 @@
;; the configure phase.
'(#:make-flags
(list
- (string-append
- "SH=" (assoc-ref %build-inputs "bash") "/bin/sh")
+ (string-append "SH=" (assoc-ref %build-inputs "bash") "/bin/sh")
(string-append "INSTALLPREFIX=" (assoc-ref %outputs "out"))
"CC=gcc"