guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: python-idna: Update to 2.7.


From: Marius Bakke
Subject: 03/06: gnu: python-idna: Update to 2.7.
Date: Wed, 22 Aug 2018 12:13:42 -0400 (EDT)

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

commit 00ffbfd39416e91e1d0e3ce1ee5337a7a2665dfd
Author: Marius Bakke <address@hidden>
Date:   Wed Aug 22 17:10:32 2018 +0200

    gnu: python-idna: Update to 2.7.
    
    * gnu/packages/python.scm (python-idna): Update to 2.7.
---
 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 e574aec..8c5e089 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6322,14 +6322,14 @@ versions of Python.")
 (define-public python-idna
   (package
     (name "python-idna")
-    (version "2.6")
+    (version "2.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "idna" version))
        (sha256
         (base32
-         "13qaab6d0s15gknz8v3zbcfmbj6v86hn9pjxgkdf62ch13imssic"))))
+         "05jam7d31767dr12x0rbvvs8lxnpb1mhdb2zdlfxgh83z6k3hjk8"))))
     (build-system python-build-system)
     (home-page "https://github.com/kjd/idna";)
     (synopsis "Internationalized domain names in applications")



reply via email to

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