gnu: python-ipy: Update to 1.00.

* gnu/packages/networking.scm (python-ipy): Update to 1.00.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-19 18:07:37 +01:00
parent 598c2bbc53
commit 47982ca9b0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1470,13 +1470,13 @@ (define-public openvswitch
(define-public python-ipy
(package
(name "python-ipy")
(version "0.83")
(version "1.00")
(source (origin
(method url-fetch)
(uri (pypi-uri "IPy" version))
(sha256
(base32
"1f6sdrxclifky4gvkf4gvyv5hx3fjh8vzspnfrqki6qm5d9mmnk1"))))
"08d6kcacj67mvh0b6y765ipccy6gi4w2ndd4v1l3im2qm1cgcarg"))))
(build-system python-build-system)
(home-page "https://github.com/autocracy/python-ipy/")
(synopsis "Python class and tools for handling IP addresses and networks")