me
/
guix
Archived
1
0
Fork 0

gnu: python-ipaddress: Update to 1.0.18.

* gnu/packages/python.scm (python-ipaddress): Update to 1.0.18.
master
Tobias Geerinckx-Rice 2017-03-22 20:52:21 +01:00
parent 543782e1ff
commit 36e0d9db90
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -7135,13 +7135,13 @@ implementations of ASN.1-based codecs and protocols.")
(define-public python-ipaddress
(package
(name "python-ipaddress")
(version "1.0.16")
(version "1.0.18")
(source (origin
(method url-fetch)
(uri (pypi-uri "ipaddress" version))
(sha256
(base32
"1c3imabdrw8nfksgjjflzg7h4ynjckqacb188rf541m74arq4cas"))))
"1q8klj9d84cmxgz66073x1j35cplr3r77vx1znhxiwl5w74391ax"))))
(build-system python-build-system)
(home-page "https://github.com/phihag/ipaddress")
(synopsis "IP address manipulation library")