guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: miniupnpc: Update to 2.1.20190625.


From: guix-commits
Subject: 03/03: gnu: miniupnpc: Update to 2.1.20190625.
Date: Sun, 30 Jun 2019 08:12:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5dd0269244da42066133d19055c9eb82b9e9ae20
Author: Marius Bakke <address@hidden>
Date:   Sun Jun 30 13:37:22 2019 +0200

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



reply via email to

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