python3Packages.tree-sitter: 0.25.0 -> 0.25.1 (#431280)
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pythonOlder,
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
|
||||
# tests
|
||||
tree-sitter-python,
|
||||
tree-sitter-rust,
|
||||
tree-sitter-html,
|
||||
@@ -14,14 +17,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tree-sitter";
|
||||
version = "0.25.0";
|
||||
version = "0.25.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-FciHdc8k2wZne6/mLfBYpkV9im3eZ7qkjdNyO5BeeaY=";
|
||||
hash = "sha256-zXYa0OTR/IiksbgIO64G1PlzrPb18pu/E+qWCcHeycE=";
|
||||
};
|
||||
|
||||
# see https://github.com/tree-sitter/py-tree-sitter/issues/330#issuecomment-2629403946
|
||||
|
||||
Reference in New Issue
Block a user