Unverified Commit 789b87bb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.enterpriseattack: 1.0.3 -> 1.0.4 (#464866)

parents ee0102cf 655db4e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [