nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.lark-parser: 0.12.0 -> 1.0.0

authored by

Jonathan Ringer and committed by
Martin Weinelt
8c7f4faf 4f5eddf5

+2 -2
+2 -2
pkgs/development/python-modules/lark-parser/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "lark-parser"; 10 - version = "0.12.0"; 10 + version = "1.0.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "lark-parser"; 14 14 repo = "lark"; 15 15 rev = version; 16 - sha256 = "sha256-zcMGCn3ixD3dJg3GlC/ijs+U1JN1BodHLTXZc/5UR7Y="; 16 + sha256 = "0pfvjh4ydc49gs6m8b3ip85c8nd4da2bhz9714fwcyl3hdp33q7n"; 17 17 }; 18 18 19 19 # Optional import, but fixes some re known bugs & allows advanced regex features