py-num2words: add 0.5.12 (#34315)

This commit is contained in:
Manuela Kuhn 2022-12-05 20:25:01 +01:00 committed by GitHub
parent 1295ea5d40
commit a2cfc07412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyNum2words(PythonPackage):
homepage = "https://github.com/savoirfairelinux/num2words"
pypi = "num2words/num2words-0.5.10.tar.gz"
version("0.5.12", sha256="7e7c0b0f080405aa3a1dd9d32b1ca90b3bf03bab17b8e54db05e1b78301a0988")
version("0.5.10", sha256="37cd4f60678f7e1045cdc3adf6acf93c8b41bf732da860f97d301f04e611cc57")
depends_on("py-setuptools", type="build")