python27Packages.lark-parser: 0.7.8 -> 0.8.1
This commit is contained in:
parent
4311cfa157
commit
6e82855d06
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lark-parser";
|
pname = "lark-parser";
|
||||||
version = "0.7.8";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lark-parser";
|
owner = "lark-parser";
|
||||||
repo = "lark";
|
repo = "lark";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0gd5c3scpyir3h8clhwb5jsf8dkmh1vh7rx8135lkx9fxx01q0az";
|
sha256 = "1mjicdvrzh9r9q3xrjrzaiaxk04r60a3l6l0vnp1hq3xfc9ccqc8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# tests of Nearley support require js2py
|
# tests of Nearley support require js2py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user