guix-commits
[Top][All Lists]
Advanced

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

17/43: gnu: python-ipaddress: Update to 1.0.22.


From: Marius Bakke
Subject: 17/43: gnu: python-ipaddress: Update to 1.0.22.
Date: Tue, 21 Aug 2018 11:25:56 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f6cd3f7970c5b5a1ca008a1a51db4bddb8ce8ae2
Author: Marius Bakke <address@hidden>
Date:   Mon Aug 20 04:31:51 2018 +0200

    gnu: python-ipaddress: Update to 1.0.22.
    
    * gnu/packages/python.scm (python-ipaddress): Update to 1.0.22.
---
 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 c3f34fc..0ad0626 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")



reply via email to

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