py-jsonpointer: add v1.9 (#22394)

This commit is contained in:
Jen Herting 2021-03-20 07:07:53 -04:00 committed by GitHub
parent ce64a4170f
commit 9d5937725e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,6 @@ class PyJsonpointer(PythonPackage):
pypi = "jsonpointer/jsonpointer-2.0.tar.gz"
version('2.0', sha256='c192ba86648e05fdae4f08a17ec25180a9aef5008d973407b581798a83975362')
version('1.9', sha256='39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308')
depends_on('py-setuptools', type='build')