me
/
guix
Archived
1
0
Fork 0

gnu: python-netifaces: Update to 0.10.9.

* gnu/packages/python-xyz.scm (python-netifaces): Update to 0.10.9.
master
Marius Bakke 2020-06-08 18:52:29 +02:00
parent 59e646ab4e
commit a8a7a2c797
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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