gnu: python-idna: Update to 2.5.
* gnu/packages/python.scm (python-idna, python2-idna): Update to 2.5. [source]: Use pypi-uri.
This commit is contained in:
parent
ff7da7e04d
commit
37c04f9184
|
@ -7253,15 +7253,14 @@ versions of Python.")
|
||||||
(define-public python-idna
|
(define-public python-idna
|
||||||
(package
|
(package
|
||||||
(name "python-idna")
|
(name "python-idna")
|
||||||
(version "2.0")
|
(version "2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/i/"
|
(uri (pypi-uri "idna" version))
|
||||||
"idna/idna-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0frxgmgi234lr9hylg62j69j4ik5zhg0wz05w5dhyacbjfnrl68n"))))
|
"1ara12a7k2zc69msa0arrvw00gn61a6i6by01xb3lkkc0h4cxd9w"))))
|
||||||
(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