guix-commits
[Top][All Lists]
Advanced

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

11/32: gnu: python-ipaddress: Update to 1.0.19.


From: Tobias Geerinckx-Rice
Subject: 11/32: gnu: python-ipaddress: Update to 1.0.19.
Date: Mon, 12 Mar 2018 00:06:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 197babfb9d8ee4afe40a22e8e98fb4c6e2dd0d15
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 10 23:57:13 2018 +0100

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0fd5299..895a8bd 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")



reply via email to

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