gnu: python-netifaces: Update to 0.10.7.
* gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
This commit is contained in:
parent
34c2bc56f8
commit
3aa5b7d934
|
@ -4964,14 +4964,14 @@ 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.6")
|
(version "0.10.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "netifaces" version))
|
(uri (pypi-uri "netifaces" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q7bi5k2r955rlcpspx4salvkkpk28jky67fjbpz2dkdycisak8c"))))
|
"1gccklrcplbbqh81g1mdgpa5y8na7kkf29cq2ka3f5a2fp5hyndx"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue