python3Packages.tree-sitter-markdown: 0.3.2 -> 0.5.0

https://github.com/tree-sitter-grammars/tree-sitter-markdown/releases/tag/v0.5.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:32 +02:00
parent 41c4803111
commit acca0def19
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "tree-sitter-markdown";
# only update to the latest version on PyPI
version = "0.3.2";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tree-sitter-grammars";
repo = "tree-sitter-markdown";
tag = "v${version}";
hash = "sha256-OlVuHz9/5lxsGVT+1WhKx+7XtQiezMW1odiHGinzro8=";
hash = "sha256-I9KDE1yZce8KIGPLG5tmv5r/NCWwN95R6fIyvGdx+So=";
};
build-system = [