guix-commits
[Top][All Lists]
Advanced

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

35/37: gnu: python-netifaces: Update to 0.10.6.


From: Marius Bakke
Subject: 35/37: gnu: python-netifaces: Update to 0.10.6.
Date: Wed, 28 Feb 2018 10:33:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a846f29dfff9c7420f44c577bd556f34ac9c6c56
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 28 15:26:01 2018 +0100

    gnu: python-netifaces: Update to 0.10.6.
    
    * gnu/packages/python.scm (python-netifaces): Update to 0.10.6.
    [source](uri): Use PYPI-URI.
    [home-page]: Update.
---
 gnu/packages/python.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fa8f490..064d790 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4862,20 +4862,16 @@ converts incoming documents to Unicode and outgoing 
documents to UTF-8.")
 (define-public python-netifaces
   (package
     (name "python-netifaces")
-    (version "0.10.4")
+    (version "0.10.6")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append
-              "https://pypi.python.org/packages/source/n/netifaces/netifaces-";
-              version
-              ".tar.gz"))
+        (uri (pypi-uri "netifaces" version))
         (sha256
           (base32
-            "1plw237a4zib4z8s62g0mrs8gm3kjfrp5sxh6bbk9nl3rdls2mln"))))
+            "1q7bi5k2r955rlcpspx4salvkkpk28jky67fjbpz2dkdycisak8c"))))
     (build-system python-build-system)
-    (home-page
-      "https://bitbucket.org/al45tair/netifaces";)
+    (home-page "https://github.com/al45tair/netifaces";)
     (synopsis
       "Python module for portable network interface information")
     (description



reply via email to

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