gnu: python-ipy: Update to 1.01.

* gnu/packages/networking.scm (python-ipy): Update to 1.01.
This commit is contained in:
宋文武 2023-04-28 08:36:37 +08:00
parent b8b3af93da
commit 7193b8f9fd
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

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