guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: python-netifaces: Update to 0.11.0.


From: guix-commits
Subject: 10/15: gnu: python-netifaces: Update to 0.11.0.
Date: Tue, 11 Jan 2022 12:14:17 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b2bd183b14d84cca204ca576a50974b62ad9513d
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Dec 27 23:30:33 2021 +0000

    gnu: python-netifaces: Update to 0.11.0.
    
    * gnu/packages/python-xyz.scm (python-netifaces): Update to 0.11.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 518709758f..1732c62a52 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9205,14 +9205,14 @@ some are not yet implemented).")
 (define-public python-netifaces
   (package
     (name "python-netifaces")
-    (version "0.10.9")
+    (version "0.11.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "netifaces" version))
         (sha256
           (base32
-            "1wxby874kcr3pp4ygzk5aiarbzhg1yi093d56s1qg4k2s7yrzvid"))))
+            "0cnajf5rl4w1sa72j921scbigr6zndig56cq8ggpx45jdqa7jfh4"))))
     (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]