guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: miniupnpc: Update to 2.0.20180203.


From: Marius Bakke
Subject: 01/01: gnu: miniupnpc: Update to 2.0.20180203.
Date: Mon, 5 Feb 2018 10:08:16 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 76dbb7516e13b8e24d88be34048ee4a83b0d2981
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 5 15:40:52 2018 +0100

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



reply via email to

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