diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-22 20:52:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-23 02:53:16 +0100 |
commit | 36e0d9db90abe2d6e28994858cd0e74edb873112 (patch) | |
tree | 6e88b013a5891d28f2c1f01e8a42316df958450f | |
parent | 543782e1ff1e296d61ca528debe3fc6420f5e45a (diff) |
gnu: python-ipaddress: Update to 1.0.18.
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.18.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index abf4ec6b7d..1730d5d44c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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") |