diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-10 19:18:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-10 23:40:34 +0100 |
commit | 0ee12dc9f1606b80c26a9c39c28da99070d20b12 (patch) | |
tree | d66527ecde4897ee8ba1623fafa0b865457d47f1 | |
parent | c959a7745139cb3978556852985e493fccbf1446 (diff) | |
download | guix-0ee12dc9f1606b80c26a9c39c28da99070d20b12.tar guix-0ee12dc9f1606b80c26a9c39c28da99070d20b12.tar.gz |
gnu: python-idna: Update to 2.6.
* gnu/packages/python.scm (python-idna): Update to 2.6.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2d2c3116c4..0b582e6b73 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5973,14 +5973,14 @@ versions of Python.") (define-public python-idna (package (name "python-idna") - (version "2.5") + (version "2.6") (source (origin (method url-fetch) (uri (pypi-uri "idna" version)) (sha256 (base32 - "1ara12a7k2zc69msa0arrvw00gn61a6i6by01xb3lkkc0h4cxd9w")))) + "13qaab6d0s15gknz8v3zbcfmbj6v86hn9pjxgkdf62ch13imssic")))) (build-system python-build-system) (home-page "https://github.com/kjd/idna") (synopsis "Internationalized domain names in applications") |