guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: python-idna: Update to 2.8.


From: guix-commits
Subject: 04/12: gnu: python-idna: Update to 2.8.
Date: Thu, 18 Apr 2019 19:48:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e95c983706164bdd93176b0632369e7df23dfc87
Author: Marius Bakke <address@hidden>
Date:   Wed Apr 17 22:10:58 2019 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 14fb413..bf309f4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6645,14 +6645,14 @@ versions of Python.")
 (define-public python-idna
   (package
     (name "python-idna")
-    (version "2.7")
+    (version "2.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "idna" version))
        (sha256
         (base32
-         "05jam7d31767dr12x0rbvvs8lxnpb1mhdb2zdlfxgh83z6k3hjk8"))))
+         "01rlkigdxg17sf9yar1jl8n18ls59367wqh59hnawlyg53vb6my3"))))
     (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]