gnu: python-netaddr: Update to 0.8.0.
* gnu/packages/python-xyz.scm (python-netaddr): Update to 0.8.0.master
parent
4cfc87d699
commit
9e5acf045d
|
@ -9707,14 +9707,14 @@ reading and writing MessagePack data.")
|
|||
(define-public python-netaddr
|
||||
(package
|
||||
(name "python-netaddr")
|
||||
(version "0.7.19")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "netaddr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zdfadvpq4lmcqzr383gywxn4xyn355kj1n3lk9q2l03vmyfrbiq"))))
|
||||
"0hx2npi0wnhwlcybilgwlddw6qffx1mb7a3sj4p9s7bvl33mgk6n"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f)) ;; No tests.
|
||||
(home-page "https://github.com/drkjam/netaddr/")
|
||||
|
|
Reference in New Issue