python3Packages.tree-sitter-zeek: 0.2.11 -> 0.2.12 (#506036)

This commit is contained in:
Michael Daniels
2026-04-27 21:25:31 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "zeekscript";
version = "1.3.2-75";
version = "1.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "zeek";
repo = "zeekscript";
rev = "74591d35d6e9fbb805d2af738032c05b31d3c93a";
hash = "sha256-VAcbrzRIKdPC3q7U+ze7d3lVwDessHVL9orNYKzLovs=";
rev = "065edacf0321dd9a0cdd64285b93dec954bf448e";
hash = "sha256-uNVmY+yJy/4H/zRGqg68Pop2TcwZgsrT46cdx3bhKIo=";
};
build-system = with python3.pkgs; [ setuptools ];
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tree-sitter-zeek";
version = "0.2.11";
version = "0.2.12";
pyproject = true;
src = fetchFromGitHub {
owner = "zeek";
repo = "tree-sitter-zeek";
tag = "v${version}";
hash = "sha256-8ki1FRE1HSaG0180UWgEZxlmbOORvo3QlpLb9rMdmIQ=";
hash = "sha256-BWrzPMsUgbIvdWsafTtXApmGGr7Sdpb382iqhM8Etqk=";
};
build-system = [ setuptools ];