python313Packages.enterpriseattack: 1.0.3 -> 1.0.4

Diff: https://github.com/xakepnz/enterpriseattack/compare/v1.0.3...v1.0.4

Changelog: https://github.com/xakepnz/enterpriseattack/releases/tag/v.1.0.4
This commit is contained in:
Fabian Affolter
2025-11-25 10:41:19 +01:00
parent 87526121e4
commit 655db4e4c4
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "enterpriseattack";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "xakepnz";
repo = "enterpriseattack";
tag = "v${version}";
hash = "sha256-9tEJVz6eO02/iwOHIjhcASfSd2t2W06JGzxSqepUYjk=";
hash = "sha256-OZ/nao2oiXzzWl/zQA5A3GpsRNobnHb4ubAsZvVITj0=";
};
build-system = [