1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Merge pull request #78635 from r-ryantm/auto-update/python2.7-lark-parser

python27Packages.lark-parser: 0.7.8 -> 0.8.1
This commit is contained in:
Mario Rodas 2020-01-28 19:24:12 -05:00 committed by GitHub
commit d682bbbd4a
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.8";
version = "0.8.1";
src = fetchFromGitHub {
owner = "lark-parser";
repo = "lark";
rev = version;
sha256 = "0gd5c3scpyir3h8clhwb5jsf8dkmh1vh7rx8135lkx9fxx01q0az";
sha256 = "1mjicdvrzh9r9q3xrjrzaiaxk04r60a3l6l0vnp1hq3xfc9ccqc8";
};
# tests of Nearley support require js2py