guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: miniupnpc: Update to 2.0.20161216.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: miniupnpc: Update to 2.0.20161216.
Date: Thu, 12 Jan 2017 16:44:36 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit d9cf11e0f00c689f43560ecb893b6cf22c48b2e0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 11 21:05:46 2017 +0100

    gnu: miniupnpc: Update to 2.0.20161216.
    
    * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20161216.
    [source]: Use HTTPS.
---
 gnu/packages/upnp.scm |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index f680a52..9be9741 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Sree Harsha Totakura <address@hidden>
-;;; Copyright © 2016 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,15 +28,14 @@
 (define-public miniupnpc
   (package
     (name "miniupnpc")
-    (version "2.0")
+    (version "2.0.20161216")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "http://miniupnp.tuxfamily.org/files/miniupnpc-";
-             version ".tar.gz"))
+       (uri (string-append "https://miniupnp.tuxfamily.org/files/";
+                           name "-" version ".tar.gz"))
        (sha256
-        (base32 "0fzrc6fs8vzb2yvk01bd3q5jkarysl7gjlyaqncy3yvfk2wcwd6l"))))
+        (base32 "0gpxva9jkjvqwawff5y51r6bmsmdhixl3i5bmzlqsqpwsq449q81"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))



reply via email to

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