guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: miniupnpc: Update to 2.1.20191224.


From: guix-commits
Subject: 01/05: gnu: miniupnpc: Update to 2.1.20191224.
Date: Thu, 16 Jan 2020 21:58:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 09c2fc2a100e7d9373818e60443ca568a1dafc05
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Jan 16 17:28:43 2020 +0100

    gnu: miniupnpc: Update to 2.1.20191224.
    
    * gnu/packages/upnp.scm (miniupnpc): Update to 2.1.20191224.
---
 gnu/packages/upnp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 390a338..8f3c887 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Sree Harsha Totakura <address@hidden>
 ;;; Copyright © 2015 Federico Beffa <address@hidden>
-;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2019 Jens Mølgaard <address@hidden>
 ;;;
@@ -42,14 +42,14 @@
 (define-public miniupnpc
   (package
     (name "miniupnpc")
-    (version "2.1.20190824")
+    (version "2.1.20191224")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://miniupnp.tuxfamily.org/files/";
                            "miniupnpc-" version ".tar.gz"))
        (sha256
-        (base32 "0rg1i51lnyq8zgflhcg981kq4348vgq03ndmbgiv7knd1vmfzb8z"))))
+        (base32 "1kv6dpj93gckvwvgzxl4vdqpwnicb0c8p0xw53m2gh5naiw44ys4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))



reply via email to

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