py-json5: add 0.9.6 (#29133)

This commit is contained in:
Manuela Kuhn 2022-02-24 12:23:44 +01:00 committed by GitHub
parent 96236f229f
commit 0ed94f9529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PyJson5(PythonPackage):
homepage = "https://github.com/dpranke/pyjson5"
pypi = "json5/json5-0.9.4.tar.gz"
version('0.9.6', sha256='9175ad1bc248e22bb8d95a8e8d765958bf0008fef2fe8abab5bc04e0f1ac8302')
version('0.9.4', sha256='2ebfad1cd502dca6aecab5b5c36a21c732c3461ddbc412fb0e9a52b07ddfe586')
depends_on('py-setuptools', type=('build', 'run'))