Merge pull request #66094 from r-ryantm/auto-update/python3.7-lark-parser

python37Packages.lark-parser: 0.7.1 -> 0.7.2
This commit is contained in:
Mario Rodas 2019-08-05 19:32:29 -05:00 committed by GitHub
commit f7dea1b693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "lark-parser";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "lark-parser";
repo = "lark";
rev = version;
sha256 = "17h7s0yc8jyjmlcwsaw93ijl982ws3p8nxif2dc3rv01dqhf0xx1";
sha256 = "05na4izlq34bmij8awmfn58liinmsh8qzh6948knk5ms5nsh50cp";
};
# tests of Nearley support require js2py