summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-07-13 09:05:17 -0500
committerGitHub <noreply@github.com>2019-07-13 09:05:17 -0500
commit452021398a90ea7408c3ba7e30341b3faee186b2 (patch)
tree01711b469adcbf43fd22f8f282df3d583f92e422 /var
parent5bc15b2d9a061b37e55434edec6ae3954e95032b (diff)
downloadspack-452021398a90ea7408c3ba7e30341b3faee186b2.tar.gz
spack-452021398a90ea7408c3ba7e30341b3faee186b2.tar.bz2
spack-452021398a90ea7408c3ba7e30341b3faee186b2.tar.xz
spack-452021398a90ea7408c3ba7e30341b3faee186b2.zip
Add py-jsonschema 2.6.0 (#12009)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-jsonschema/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-jsonschema/package.py b/var/spack/repos/builtin/packages/py-jsonschema/package.py
index f1752e5788..90a0079e4e 100644
--- a/var/spack/repos/builtin/packages/py-jsonschema/package.py
+++ b/var/spack/repos/builtin/packages/py-jsonschema/package.py
@@ -10,8 +10,9 @@ class PyJsonschema(PythonPackage):
"""Jsonschema: An(other) implementation of JSON Schema for Python."""
homepage = "http://github.com/Julian/jsonschema"
- url = "https://pypi.io/packages/source/j/jsonschema/jsonschema-2.5.1.tar.gz"
+ url = "https://pypi.io/packages/source/j/jsonschema/jsonschema-2.6.0.tar.gz"
+ version('2.6.0', sha256='6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02')
version('2.5.1', '374e848fdb69a3ce8b7e778b47c30640')
depends_on('py-setuptools', type='build')