guix-commits
[Top][All Lists]
Advanced

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

13/20: gnu: python-netifaces: Update to 0.10.7.


From: Tobias Geerinckx-Rice
Subject: 13/20: gnu: python-netifaces: Update to 0.10.7.
Date: Wed, 16 May 2018 21:21:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3aa5b7d934e311caa799006ce6764dcf1955e410
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 16 15:59:24 2018 +0200

    gnu: python-netifaces: Update to 0.10.7.
    
    * gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d7654a1..937ed21 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4964,14 +4964,14 @@ converts incoming documents to Unicode and outgoing 
documents to UTF-8.")
 (define-public python-netifaces
   (package
     (name "python-netifaces")
-    (version "0.10.6")
+    (version "0.10.7")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "netifaces" version))
         (sha256
           (base32
-            "1q7bi5k2r955rlcpspx4salvkkpk28jky67fjbpz2dkdycisak8c"))))
+            "1gccklrcplbbqh81g1mdgpa5y8na7kkf29cq2ka3f5a2fp5hyndx"))))
     (build-system python-build-system)
     (home-page "https://github.com/al45tair/netifaces";)
     (synopsis



reply via email to

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