py-fastjsonschema: add 2.16.2 (#32845)

This commit is contained in:
Manuela Kuhn 2022-09-27 17:38:02 +02:00 committed by GitHub
parent ae627150b2
commit b7a43bf515

View file

@ -13,6 +13,7 @@ class PyFastjsonschema(PythonPackage):
homepage = "https://github.com/horejsek/python-fastjsonschema"
pypi = "fastjsonschema/fastjsonschema-2.15.1.tar.gz"
version("2.16.2", sha256="01e366f25d9047816fe3d288cbfc3e10541daf0af2044763f3d0ade42476da18")
version("2.15.1", sha256="671f36d225b3493629b5e789428660109528f373cf4b8a22bac6fa2f8191c2d2")
depends_on("py-setuptools", type="build")