py-agate-dbf: add v0.2.2 (#36445)

This commit is contained in:
Alec Scott 2023-03-25 14:17:34 -07:00 committed by GitHub
parent 9a4b710f4e
commit eb7b18e827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyAgateDbf(PythonPackage):
homepage = "https://agate-dbf.readthedocs.io/en/latest/" homepage = "https://agate-dbf.readthedocs.io/en/latest/"
pypi = "agate-dbf/agate-dbf-0.2.1.tar.gz" pypi = "agate-dbf/agate-dbf-0.2.1.tar.gz"
version("0.2.2", sha256="589682b78c5c03f2dc8511e6e3edb659fb7336cd118e248896bb0b44c2f1917b")
version("0.2.1", sha256="00c93c498ec9a04cc587bf63dd7340e67e2541f0df4c9a7259d7cb3dd4ce372f") version("0.2.1", sha256="00c93c498ec9a04cc587bf63dd7340e67e2541f0df4c9a7259d7cb3dd4ce372f")
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")