guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: miniupnpc: Update to 2.1.20190403.


From: guix-commits
Subject: 03/04: gnu: miniupnpc: Update to 2.1.20190403.
Date: Sun, 7 Apr 2019 18:04:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6130b974401f8ec2a0f491c375429b936a020538
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 7 21:56:09 2019 +0200

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



reply via email to

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