me
/
guix
Archived
1
0
Fork 0

gnu: python-netaddr: Update to 0.8.0.

* gnu/packages/python-xyz.scm (python-netaddr): Update to 0.8.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

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