gnu: python-ipaddress: Update to 1.0.23.
* gnu/packages/python-xyz.scm (python-ipaddress): Update to 1.0.23.master
parent
77eaf5fcd1
commit
5a63a471a7
|
@ -9776,13 +9776,13 @@ implementations of ASN.1-based codecs and protocols.")
|
|||
(define-public python-ipaddress
|
||||
(package
|
||||
(name "python-ipaddress")
|
||||
(version "1.0.22")
|
||||
(version "1.0.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ipaddress" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi"))))
|
||||
"1qp743h30s04m3cg3yk3fycad930jv17q7dsslj4mfw0jlvf1y5p"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/phihag/ipaddress")
|
||||
(synopsis "IP address manipulation library")
|
||||
|
|
Reference in New Issue