Unverified Commit ee3193c0 authored by Michael Daniels's avatar Michael Daniels
Browse files

zeekscript: 1.3.2-unstable-2025-11-10 -> 1.3.2-61

No actual changes, only the version number.
parent 52bb7d87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

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

  src = fetchFromGitHub {