mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-idna: Update to 3.10.
* gnu/packages/python-xyz.scm (python-idna): Update to 3.10. [build-system]: Use pyproject. [native-inputs]: Add python-flit-core. Change-Id: I4adcbc15f1c6279c3db8ad8557920074fc1e9d64
This commit is contained in:
parent
49584bb33b
commit
22aadcc1fe
1 changed files with 5 additions and 3 deletions
|
@ -18319,15 +18319,17 @@ for OER and UPER.")
|
|||
(define-public python-idna
|
||||
(package
|
||||
(name "python-idna")
|
||||
(version "3.3")
|
||||
(version "3.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "idna" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v8f6qjfi5i7qc5icsbv2pi24qy6k6m8wjqjvdf2sxjvlpq3yr4x"))))
|
||||
(build-system python-build-system)
|
||||
"1a9yn40rph0amwq61j7j3nqm472baz6673ng6pfadg8a8ydmrxhj"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-flit-core))
|
||||
(home-page "https://github.com/kjd/idna")
|
||||
(synopsis "Internationalized domain names in applications")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue