python37Packages.lark-parser: 0.6.5 -> 0.6.6 (#57416)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-lark-parser/versions
This commit is contained in:
R. RyanTM 2019-04-01 13:52:15 -07:00 committed by xeji
parent c34edae734
commit 6f7672af9a

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "lark-parser";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "lark-parser";
repo = "lark";
rev = version;
sha256 = "0mf10xm9blqik8mwrpw0r07vqlk2y4r98yqvk1sq849zqlxmqpsr";
sha256 = "0kaiw8zzzcp92p6mzm9zkyhv578p0x4lzjsyl8b4rnsafplmbscs";
};
checkPhase = ''