guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: miniupnpc: Update to 2.0.20180503.


From: Marius Bakke
Subject: 04/05: gnu: miniupnpc: Update to 2.0.20180503.
Date: Thu, 3 May 2018 14:39:43 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3d7ddfa9f71f6affe0765079cd72c43f8eabad3d
Author: Marius Bakke <address@hidden>
Date:   Thu May 3 20:31:28 2018 +0200

    gnu: miniupnpc: Update to 2.0.20180503.
    
    * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180503.
---
 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 3385d80..4df6543 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -29,14 +29,14 @@
 (define-public miniupnpc
   (package
     (name "miniupnpc")
-    (version "2.0.20180410")
+    (version "2.0.20180503")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://miniupnp.tuxfamily.org/files/";
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "08vs9012bahdwid4nsf3mi2kawcq1hvz7lzpdmiynxcbpip6sk0f"))))
+        (base32 "0dv906ibjdrv4wfrccj36z3lvpvgmcg0dwakhi66fqg6y5l97a5k"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))



reply via email to

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