guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-ipy: Update to 1.00.


From: guix-commits
Subject: 01/02: gnu: python-ipy: Update to 1.00.
Date: Tue, 19 Mar 2019 13:21:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 47982ca9b0f05d5e3c3b984f86a67ce1f2c37215
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 19 18:07:37 2019 +0100

    gnu: python-ipy: Update to 1.00.
    
    * gnu/packages/networking.scm (python-ipy): Update to 1.00.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f504dbf..29a4780 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]