Skip to content

Commit

Permalink
python37Packages.lark-parser: 0.7.3 -> 0.7.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and FRidh committed Sep 29, 2019
1 parent 2390a52 commit 2e77b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/lark-parser/default.nix
Expand Up @@ -5,13 +5,13 @@

buildPythonPackage rec {
pname = "lark-parser";
version = "0.7.3";
version = "0.7.5";

src = fetchFromGitHub {
owner = "lark-parser";
repo = "lark";
rev = version;
sha256 = "1d8dbn8wwqqvvjyhai813sqkx6366d8jkjq0gkyh51692pflmwrp";
sha256 = "1k9s62ddv6pghzp1yak2ld6sk92zm4sz1xqp8zkzyh3xqdsmfa0f";
};

# tests of Nearley support require js2py
Expand Down

0 comments on commit 2e77b1c

Please sign in to comment.