diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-10 23:57:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-11 23:29:50 +0100 |
commit | 197babfb9d8ee4afe40a22e8e98fb4c6e2dd0d15 (patch) | |
tree | 816ec3486633c83a33fb5854c6cc221e2b9babab /gnu/packages/python.scm | |
parent | a992423775323045154eefb85cbcf207a0e4a226 (diff) |
gnu: python-ipaddress: Update to 1.0.19.
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.19.
Diffstat (limited to 'gnu/packages/python.scm')
-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 0fd5299702..895a8bde3a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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") |