gnu: python-idna: Update to 2.6.
* gnu/packages/python.scm (python-idna): Update to 2.6.
This commit is contained in:
parent
c959a77451
commit
0ee12dc9f1
|
@ -5973,14 +5973,14 @@ versions of Python.")
|
||||||
(define-public python-idna
|
(define-public python-idna
|
||||||
(package
|
(package
|
||||||
(name "python-idna")
|
(name "python-idna")
|
||||||
(version "2.5")
|
(version "2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "idna" version))
|
(uri (pypi-uri "idna" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ara12a7k2zc69msa0arrvw00gn61a6i6by01xb3lkkc0h4cxd9w"))))
|
"13qaab6d0s15gknz8v3zbcfmbj6v86hn9pjxgkdf62ch13imssic"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/kjd/idna")
|
(home-page "https://github.com/kjd/idna")
|
||||||
(synopsis "Internationalized domain names in applications")
|
(synopsis "Internationalized domain names in applications")
|
||||||
|
|
Loading…
Reference in New Issue