me
/
guix
Archived
1
0
Fork 0

gnu: python-ipaddress: Update to 1.0.19.

* gnu/packages/python.scm (python-ipaddress): Update to 1.0.19.
master
Tobias Geerinckx-Rice 2018-03-10 23:57:13 +01:00
parent a992423775
commit 197babfb9d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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