mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python-netaddr: Update to 0.8.0.
* gnu/packages/python-xyz.scm (python-netaddr): Update to 0.8.0.
This commit is contained in:
parent
4cfc87d699
commit
9e5acf045d
1 changed files with 2 additions and 2 deletions
|
@ -9707,14 +9707,14 @@ (define-public python2-msgpack
|
||||||
(define-public python-netaddr
|
(define-public python-netaddr
|
||||||
(package
|
(package
|
||||||
(name "python-netaddr")
|
(name "python-netaddr")
|
||||||
(version "0.7.19")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "netaddr" version))
|
(uri (pypi-uri "netaddr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zdfadvpq4lmcqzr383gywxn4xyn355kj1n3lk9q2l03vmyfrbiq"))))
|
"0hx2npi0wnhwlcybilgwlddw6qffx1mb7a3sj4p9s7bvl33mgk6n"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)) ;; No tests.
|
(arguments `(#:tests? #f)) ;; No tests.
|
||||||
(home-page "https://github.com/drkjam/netaddr/")
|
(home-page "https://github.com/drkjam/netaddr/")
|
||||||
|
|
Loading…
Reference in a new issue