[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: miniupnpc: Update to 2.0.20180406.
From: |
Marius Bakke |
Subject: |
05/06: gnu: miniupnpc: Update to 2.0.20180406. |
Date: |
Fri, 6 Apr 2018 14:17:07 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 385b2dde61cbf0ef415be716afc4fa2abe0e38bc
Author: Marius Bakke <address@hidden>
Date: Fri Apr 6 16:09:29 2018 +0200
gnu: miniupnpc: Update to 2.0.20180406.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180406.
---
gnu/packages/upnp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 8764cea..7db6b5e 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -29,14 +29,14 @@
(define-public miniupnpc
(package
(name "miniupnpc")
- (version "2.0.20180222")
+ (version "2.0.20180406")
(source
(origin
(method url-fetch)
(uri (string-append "https://miniupnp.tuxfamily.org/files/"
name "-" version ".tar.gz"))
(sha256
- (base32 "0xavcrifk8v8gwig3mj0kjkm7rvw1kbsxcs4jxrrzl39cil48yaq"))))
+ (base32 "15i9lyj72wr15b3kpcqsf97mr2hajkpwvf0lz9ps9r568yyjcwlc"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2)))
- branch master updated (482959f -> 6e0efe8), Marius Bakke, 2018/04/06
- 02/06: gnu: ldc, bap: Build with Clang 3.8., Marius Bakke, 2018/04/06
- 04/06: gnu: talloc: Update to 2.1.13., Marius Bakke, 2018/04/06
- 03/06: gnu: strace: Update to 4.22., Marius Bakke, 2018/04/06
- 05/06: gnu: miniupnpc: Update to 2.0.20180406.,
Marius Bakke <=
- 01/06: gnu: llvm, clang: Update to 6.0.0., Marius Bakke, 2018/04/06
- 06/06: gnu: git: Fix checksum patch in 'patch-tests'., Marius Bakke, 2018/04/06