guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: python-netifaces: Update to 0.10.9.


From: guix-commits
Subject: 03/06: gnu: python-netifaces: Update to 0.10.9.
Date: Mon, 8 Jun 2020 13:03:10 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a8a7a2c7972af22457041c36c4c2b4d28621a0e0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 8 18:52:29 2020 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index aaded24..d6165e3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6921,14 +6921,14 @@ some are not yet implemented).")
 (define-public python-netifaces
   (package
     (name "python-netifaces")
-    (version "0.10.7")
+    (version "0.10.9")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "netifaces" version))
         (sha256
           (base32
-            "1gccklrcplbbqh81g1mdgpa5y8na7kkf29cq2ka3f5a2fp5hyndx"))))
+            "1wxby874kcr3pp4ygzk5aiarbzhg1yi093d56s1qg4k2s7yrzvid"))))
     (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]