python3Packages.agentic-threat-hunting-framework: 0.13.0 -> 0.16.0 (#543180)

This commit is contained in:
Fabian Affolter
2026-07-18 15:48:40 +00:00
committed by GitHub

View File

@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "agentic-threat-hunting-framework";
version = "0.13.0";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Nebulock-Inc";
repo = "agentic-threat-hunting-framework";
tag = "v${finalAttrs.version}";
hash = "sha256-5E9nUSGwEuGdt04M0rRoHES8Klco6j5X1TLa/E7KdgM=";
hash = "sha256-KyrWJlfrpb7vjOVZvIw9f4KZCxpFZtwhmD0oFxQJ7RE=";
};
build-system = [ setuptools ];