mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-ipy: Update to 1.00.
* gnu/packages/networking.scm (python-ipy): Update to 1.00.
This commit is contained in:
parent
598c2bbc53
commit
47982ca9b0
1 changed files with 2 additions and 2 deletions
|
@ -1470,13 +1470,13 @@ (define-public openvswitch
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue