me
/
guix
Archived
1
0
Fork 0

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>
Vinicius Monego 2021-12-27 23:30:33 +00:00 committed by Nicolas Goaziou
parent 4e7fad9914
commit b2bd183b14
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9205,14 +9205,14 @@ some are not yet implemented).")
(define-public python-netifaces (define-public python-netifaces
(package (package
(name "python-netifaces") (name "python-netifaces")
(version "0.10.9") (version "0.11.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "netifaces" version)) (uri (pypi-uri "netifaces" version))
(sha256 (sha256
(base32 (base32
"1wxby874kcr3pp4ygzk5aiarbzhg1yi093d56s1qg4k2s7yrzvid")))) "0cnajf5rl4w1sa72j921scbigr6zndig56cq8ggpx45jdqa7jfh4"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/al45tair/netifaces") (home-page "https://github.com/al45tair/netifaces")
(synopsis (synopsis