guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: miniupnpc: Update to 2.0.20180222.


From: Marius Bakke
Subject: 02/03: gnu: miniupnpc: Update to 2.0.20180222.
Date: Fri, 23 Feb 2018 14:41:44 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b5bb0e43919372f42ea0305c70da12255803a0d6
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 23 12:55:07 2018 +0100

    gnu: miniupnpc: Update to 2.0.20180222.
    
    * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180222.
---
 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 5e2c990..8764cea 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -29,14 +29,14 @@
 (define-public miniupnpc
   (package
     (name "miniupnpc")
-    (version "2.0.20180203")
+    (version "2.0.20180222")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://miniupnp.tuxfamily.org/files/";
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "1dr0qaf2qz49aawgsnv7l41rda5yvdk3qfz2hd5cv9iwav3sipch"))))
+        (base32 "0xavcrifk8v8gwig3mj0kjkm7rvw1kbsxcs4jxrrzl39cil48yaq"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]