tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.tree-sitter-python: 0.23.2 -> 0.23.6
R. Ryantm
1 year ago
e9daf8b8
7fa1a3c6
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
tree-sitter-python
default.nix
+3
-3
pkgs/development/python-modules/tree-sitter-python/default.nix
···
8
8
9
9
buildPythonPackage rec {
10
10
pname = "tree-sitter-python";
11
11
-
version = "0.23.2";
11
11
+
version = "0.23.6";
12
12
pyproject = true;
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "tree-sitter";
16
16
repo = "tree-sitter-python";
17
17
-
rev = "v${version}";
18
18
-
hash = "sha256-cOBG2xfFJ0PpR1RIKW1GeeNeOBA9DAP/N4RXRGYp3yw=";
17
17
+
tag = "v${version}";
18
18
+
hash = "sha256-71Od4sUsxGEvTwmXX8hBvzqD55hnXkVJublrhp1GICg=";
19
19
};
20
20
21
21
build-system = [