summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-08-20 04:31:51 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-08-21 17:24:28 +0200
commitf6cd3f7970c5b5a1ca008a1a51db4bddb8ce8ae2 (patch)
treede772996db8baa8aa17b63561d565e4a80285e6d /gnu
parentc69d231c2a5656fe064a4fc2b6906fe3e194c7cf (diff)
downloadguix-patches-f6cd3f7970c5b5a1ca008a1a51db4bddb8ce8ae2.tar
guix-patches-f6cd3f7970c5b5a1ca008a1a51db4bddb8ce8ae2.tar.gz
gnu: python-ipaddress: Update to 1.0.22.
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.22.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c3f34fc23d..0ad0626cba 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6324,13 +6324,13 @@ implementations of ASN.1-based codecs and protocols.")
(define-public python-ipaddress
(package
(name "python-ipaddress")
- (version "1.0.19")
+ (version "1.0.22")
(source (origin
(method url-fetch)
(uri (pypi-uri "ipaddress" version))
(sha256
(base32
- "10agaa1cys1bk1ycpl2w8lky9vjx8h1xh1z29mg0niqx0638c390"))))
+ "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi"))))
(build-system python-build-system)
(home-page "https://github.com/phihag/ipaddress")
(synopsis "IP address manipulation library")