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:
Marius Bakke 2021-05-05 18:21:34 +02:00
parent 4cfc87d699
commit 9e5acf045d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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/")