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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user