mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: python-ipaddress: Update to 1.0.23.
* gnu/packages/python-xyz.scm (python-ipaddress): Update to 1.0.23.
This commit is contained in:
parent
77eaf5fcd1
commit
5a63a471a7
1 changed files with 2 additions and 2 deletions
|
@ -9776,13 +9776,13 @@ (define-public python2-pyasn1-modules
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue