summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-19 18:07:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-19 18:21:16 +0100
commit47982ca9b0f05d5e3c3b984f86a67ce1f2c37215 (patch)
treeee81543e5b37e817381568dfb7b952180c9b6230
parent598c2bbc5312f5d25c52015714343d4da8e3e7b0 (diff)
gnu: python-ipy: Update to 1.00.
* gnu/packages/networking.scm (python-ipy): Update to 1.00.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f504dbf20b..29a478058e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1470,13 +1470,13 @@ IPFIX, RSPAN, CLI, LACP, 802.1ag).")
(define-public python-ipy
(package
(name "python-ipy")
- (version "0.83")
+ (version "1.00")
(source (origin
(method url-fetch)
(uri (pypi-uri "IPy" version))
(sha256
(base32
- "1f6sdrxclifky4gvkf4gvyv5hx3fjh8vzspnfrqki6qm5d9mmnk1"))))
+ "08d6kcacj67mvh0b6y765ipccy6gi4w2ndd4v1l3im2qm1cgcarg"))))
(build-system python-build-system)
(home-page "https://github.com/autocracy/python-ipy/")
(synopsis "Python class and tools for handling IP addresses and networks")