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.1.20190408.


From: guix-commits
Subject: 04/05: gnu: miniupnpc: Update to 2.1.20190408.
Date: Tue, 9 Apr 2019 21:45:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bd81002c0901ef07d6bc0f5beb5ef7586aa27833
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 9 19:51:41 2019 +0200

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



reply via email to

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