Archived
1
0
Fork 0

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