Unverified Commit 02d6428b authored by Michael Daniels's avatar Michael Daniels
Browse files

zeekscript: 1.3.2-unstable-2025-09-29 -> 1.3.2-unstable-2025-11-10

parent 1533784e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

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 ];