python3Packages.tree-sitter-zeek: 0.2.13 -> 0.2.15

This commit is contained in:
R. Ryantm
2026-05-22 09:12:03 +00:00
parent 81371ab13f
commit 9c42edbc84
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tree-sitter-zeek";
version = "0.2.13";
version = "0.2.15";
pyproject = true;
src = fetchFromGitHub {
owner = "zeek";
repo = "tree-sitter-zeek";
tag = "v${version}";
hash = "sha256-okm65ls/38PnzHpfdNT1McouaZ1r1dBflXcGUzaM9Z0=";
hash = "sha256-gxBHNhldyzAQdsMb5QwPAB8z+k/hFAS6SrSQmAAfi9Q=";
};
build-system = [ setuptools ];