gnu: python-idna: Update to 2.10.

* gnu/packages/python-xyz.scm (python-idna): Update to 2.10.
This commit is contained in:
Marius Bakke 2020-07-14 21:25:32 +02:00
parent 97849d6762
commit f2c3702885
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -8594,14 +8594,14 @@ versions of Python.")
(define-public python-idna
(package
(name "python-idna")
(version "2.9")
(version "2.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "idna" version))
(sha256
(base32
"1jxp2pdi8y4asi7ka1zhx3yx09kv8kzj533f0ds7viz49b0x323m"))))
"1xmk3s92d2vq42684p61wixfmh3qpr2mw762w0n6662vhlpqf1xk"))))
(build-system python-build-system)
(home-page "https://github.com/kjd/idna")
(synopsis "Internationalized domain names in applications")