python3Packages.grep-ast: 0.6.1 -> 0.8.1

This commit is contained in:
Zexin Yuan
2025-04-01 09:33:44 +08:00
parent 669838a73e
commit 4596c63801
@@ -4,30 +4,30 @@
lib,
pathspec,
pytestCheckHook,
setuptools,
tree-sitter-languages,
tree-sitter-language-pack,
}:
buildPythonPackage rec {
pname = "grep-ast";
version = "0.6.1";
version = "0.8.1";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "grep_ast";
hash = "sha256-uQRYCpkUl6/UE1xRohfQAbJwhjI7x1KWc6HdQAPuJNA=";
hash = "sha256-j68oX0QEKvR9xqRfHh+AKYZgSFY9dYpxmwU5ytJkGH8=";
};
build-system = [ setuptools ];
dependencies = [
pathspec
tree-sitter-languages
tree-sitter-language-pack
];
nativeCheckInputs = [ pytestCheckHook ];
# Tests disabled due to pending update from tree-sitter-languages to tree-sitter-language-pack
# nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "grep_ast" ];