guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: miniupnpc: Update to 2.1.20190210.


From: guix-commits
Subject: 02/05: gnu: miniupnpc: Update to 2.1.20190210.
Date: Mon, 11 Feb 2019 13:24:28 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b861fc157c2ac1fb4ad78c7ef6dd0a12a5155202
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 11 15:29:46 2019 +0100

    gnu: miniupnpc: Update to 2.1.20190210.
    
    * gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20190210.
---
 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 e7da5b3..9d534e5 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -32,14 +32,14 @@
 (define-public miniupnpc
   (package
     (name "miniupnpc")
-    (version "2.1")
+    (version "2.1.20190210")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://miniupnp.tuxfamily.org/files/";
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "1ik440yspbp3clr4m01xsl9skwyrzcvzb5nbm3i0g9x53vhbb7z1"))))
+        (base32 "05w8p51yd71ksapajb9nag464ncakk72v9dxr01y168wix707d49"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))



reply via email to

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