Unverified Commit 00f1a985 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python3Packages.tree-sitter-zeek: 0.2.9 -> 0.2.11; zeekscript:...

python3Packages.tree-sitter-zeek: 0.2.9 -> 0.2.11; zeekscript: 1.3.2-unstable-2025-09-29 -> 1.3.2-unstable-2025-11-10 (#458965)
parents 3995c9da 02d6428b
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2,18 +2,19 @@
  lib,
  python3,
  fetchFromGitHub,
  unstableGitUpdater,
}:

python3.pkgs.buildPythonApplication rec {
  pname = "zeekscript";
  version = "1.3.2-unstable-2025-09-29";
  version = "1.3.2-unstable-2025-11-10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "zeek";
    repo = "zeekscript";
    rev = "f0fa5746633a709759a94695fcc81b43feb8e2d9";
    hash = "sha256-g4Iv9xw6Owuqi+UudRzWatK09mjNDWdp0cBvH7iuV+U=";
    rev = "7f3d41b495cc87ee0db5cc90ccd0f5c9a23487df";
    hash = "sha256-IpoDSLPDF2p/Yuijb3xtvs1zivtYrKny/pY5dRL56QA=";
  };

  build-system = with python3.pkgs; [ setuptools ];
@@ -35,6 +36,8 @@ python3.pkgs.buildPythonApplication rec {
    "zeekscript"
  ];

  passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; };

  meta = {
    description = "Zeek script formatter and analyzer";
    homepage = "https://github.com/zeek/zeekscript";
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "tree-sitter-zeek";
  version = "0.2.9";
  version = "0.2.11";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "zeek";
    repo = "tree-sitter-zeek";
    tag = "v${version}";
    hash = "sha256-0ixZAJ940mYIPD//RJVJ3PAVdY/jtYNJ5+WIlq+zfnY=";
    hash = "sha256-8ki1FRE1HSaG0180UWgEZxlmbOORvo3QlpLb9rMdmIQ=";
  };

  build-system = [ setuptools ];