py-setupmeta: add 3.3.2 (#34421)

This commit is contained in:
Manuela Kuhn 2022-12-09 19:32:19 +01:00 committed by GitHub
parent d991ec90e3
commit f10f8ed013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PySetupmeta(PythonPackage):
homepage = "https://github.com/codrsquad/setupmeta"
pypi = "setupmeta/setupmeta-3.3.0.tar.gz"
version("3.3.2", sha256="221463a64d2528ba558f14b087410e05a7ef0dab17d19004f124a262d6e007f5")
version("3.3.0", sha256="32914af4eeffb8bf1bd45057254d9dff4d16cb7ae857141e07698f7ac19dc960")
depends_on("python@2.7:", type=("build", "run"))