~ruther/guix-local

b874f261d4708d0414dd1a967ae90b8b63a286b3 — Sharlatan Hellseher 7 months ago 3fa3096
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
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -3
@@ 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