mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
python27Packages.lark-parser: 0.8.2 -> 0.8.5
This commit is contained in:
parent
43d9476228
commit
8cf51459ed
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lark-parser";
|
pname = "lark-parser";
|
||||||
version = "0.8.2";
|
version = "0.8.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lark-parser";
|
owner = "lark-parser";
|
||||||
repo = "lark";
|
repo = "lark";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1i585q27qlwk4rpgsh621s60im1j9ynwyz5pcc8s3ffmjam28vss";
|
sha256 = "1rfybmr0rlljhc0dpd9npbw8x7r6dvnn2wvclz93rmgkzhmd3zah";
|
||||||
};
|
};
|
||||||
|
|
||||||
# tests of Nearley support require js2py
|
# tests of Nearley support require js2py
|
||||||
|
|
Loading…
Reference in a new issue