python3Packages.agentic-threat-hunting-framework: 0.4.0 -> 0.5.2

This commit is contained in:
R. Ryantm
2026-01-25 09:49:35 +00:00
parent 2583202cf4
commit 0c42eba605
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "agentic-threat-hunting-framework";
version = "0.4.0";
version = "0.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Nebulock-Inc";
repo = "agentic-threat-hunting-framework";
tag = "v${finalAttrs.version}";
hash = "sha256-WU58wQGlUgbOqcIE7EKtABNvTKtvTiRO9iJLW4gXDlI=";
hash = "sha256-0IlDOS9qWl0F9h3xWDioK/GhZ3HanAQMdAkH6mvvQCQ=";
};
build-system = [ setuptools ];