python3Packages.agentic-threat-hunting-framework: 0.13.0 -> 0.16.0

This commit is contained in:
R. Ryantm
2026-07-18 09:48:00 +00:00
parent bdc4412fd8
commit 207cd2e376

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