gnu: python-netifaces: Update to 0.10.6.

* gnu/packages/python.scm (python-netifaces): Update to 0.10.6.
[source](uri): Use PYPI-URI.
[home-page]: Update.
This commit is contained in:
Marius Bakke 2018-02-28 15:26:01 +01:00
parent fb2477f6d2
commit a846f29dff
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4862,20 +4862,16 @@ (define-public python2-beautifulsoup4
(define-public python-netifaces
(package
(name "python-netifaces")
(version "0.10.4")
(version "0.10.6")
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/n/netifaces/netifaces-"
version
".tar.gz"))
(uri (pypi-uri "netifaces" version))
(sha256
(base32
"1plw237a4zib4z8s62g0mrs8gm3kjfrp5sxh6bbk9nl3rdls2mln"))))
"1q7bi5k2r955rlcpspx4salvkkpk28jky67fjbpz2dkdycisak8c"))))
(build-system python-build-system)
(home-page
"https://bitbucket.org/al45tair/netifaces")
(home-page "https://github.com/al45tair/netifaces")
(synopsis
"Python module for portable network interface information")
(description