gnu: python-ipy: Update to 1.01.
* gnu/packages/networking.scm (python-ipy): Update to 1.01.
This commit is contained in:
parent
b8b3af93da
commit
7193b8f9fd
1 changed files with 2 additions and 2 deletions
|
|
@ -2874,13 +2874,13 @@ IPFIX, RSPAN, CLI, LACP, 802.1ag).")
|
||||||
(define-public python-ipy
|
(define-public python-ipy
|
||||||
(package
|
(package
|
||||||
(name "python-ipy")
|
(name "python-ipy")
|
||||||
(version "1.00")
|
(version "1.01")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "IPy" version))
|
(uri (pypi-uri "IPy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08d6kcacj67mvh0b6y765ipccy6gi4w2ndd4v1l3im2qm1cgcarg"))))
|
"06nclwafzsbi8ls019ry1xnfhgwc5103g8lgav54mmd2vr0sgv7d"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/autocracy/python-ipy/")
|
(home-page "https://github.com/autocracy/python-ipy/")
|
||||||
(synopsis "Python class and tools for handling IP addresses and networks")
|
(synopsis "Python class and tools for handling IP addresses and networks")
|
||||||
|
|
|
||||||
Reference in a new issue