Added latest version, 0.7.1 (#11927)

This commit is contained in:
Paul 2019-07-04 08:26:59 -06:00 committed by Elizabeth Fischer
parent e7a3f703be
commit 1ce6490132

View File

@ -12,6 +12,7 @@ class PyLarkParser(PythonPackage):
homepage = "https://github.com/lark-parser/lark/"
url = "https://pypi.io/packages/source/l/lark-parser/lark-parser-0.6.2.tar.gz"
version('0.7.1', sha256='8455e05d062fa7f9d59a2735583cf02291545f944955c4056bf1144c4e625344')
version('0.6.2', '675058937a7f41e661bcf2b3bfdb7ceb')
depends_on('py-setuptools', type='build')