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
1 changed files with 4 additions and 8 deletions

View File

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