gnu: python-idna: Update to 2.9.
* gnu/packages/python-xyz.scm (python-idna): Update to 2.9.
This commit is contained in:
parent
5899fdb7ce
commit
ab5acfa04a
1 changed files with 2 additions and 2 deletions
|
@ -8400,14 +8400,14 @@ versions of Python.")
|
||||||
(define-public python-idna
|
(define-public python-idna
|
||||||
(package
|
(package
|
||||||
(name "python-idna")
|
(name "python-idna")
|
||||||
(version "2.8")
|
(version "2.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "idna" version))
|
(uri (pypi-uri "idna" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01rlkigdxg17sf9yar1jl8n18ls59367wqh59hnawlyg53vb6my3"))))
|
"1jxp2pdi8y4asi7ka1zhx3yx09kv8kzj533f0ds7viz49b0x323m"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue