guix-commits
[Top][All Lists]
Advanced

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

06/31: gnu: miniupnpc: Update to 2.0.20180410.


From: Tobias Geerinckx-Rice
Subject: 06/31: gnu: miniupnpc: Update to 2.0.20180410.
Date: Mon, 16 Apr 2018 22:49:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7f1d8b5cdb67b7062a6c8b12558a05b8735588aa
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 16 20:12:40 2018 +0200

    gnu: miniupnpc: Update to 2.0.20180410.
    
    * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180410.
---
 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 7db6b5e..3385d80 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 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29,14 +29,14 @@
 (define-public miniupnpc
   (package
     (name "miniupnpc")
-    (version "2.0.20180406")
+    (version "2.0.20180410")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://miniupnp.tuxfamily.org/files/";
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "15i9lyj72wr15b3kpcqsf97mr2hajkpwvf0lz9ps9r568yyjcwlc"))))
+        (base32 "08vs9012bahdwid4nsf3mi2kawcq1hvz7lzpdmiynxcbpip6sk0f"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))



reply via email to

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