diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 20:00:52 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 00:36:47 +0100 |
| commit | b874f261d4708d0414dd1a967ae90b8b63a286b3 (patch) | |
| tree | 53b52c505551522ff2f5746e260c8a4998828507 /gnu/packages/python-xyz.scm | |
| parent | 3fa30960ea226307b09569e7a4040774f4514324 (diff) | |
gnu: python-anyascii: Update to 0.3.3.
* gnu/packages/python-xyz.scm (python-anyascii): Update to 0.3.3.
[native-inputs]: Remove python-setuptools; add python-pytest.
Change-Id: I6317366173a65cbc1493700ab46abd8b1b0964f0
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ff867521f2..d3d0e1787f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -39577,15 +39577,15 @@ install @code{python-language-data}.") (define-public python-anyascii (package (name "python-anyascii") - (version "0.3.2") + (version "0.3.3") (source (origin (method url-fetch) (uri (pypi-uri "anyascii" version)) (sha256 (base32 - "0c27rr3fmc1cx9mkmgx94zdf9yil0napzfkwpjw2bqjghkpk4pcx")))) + "1hwmzg3kxyj6lxdgibrj3azv803x8kwzw1d3xja98gbvskcrskn9")))) (build-system pyproject-build-system) - (native-inputs (list python-flit-core python-setuptools)) + (native-inputs (list python-pytest python-flit-core)) (home-page "https://anyascii.com") (synopsis "Unicode to ASCII transliteration") (description "@code{anyascii} converts Unicode characters to their best |
