Skip to content

Commit

Permalink
Add py-jsonschema 2.6.0 (spack#12009)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Jul 13, 2019
1 parent 5bc15b2 commit 4520213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/py-jsonschema/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 4520213

Please sign in to comment.