Unverified Commit 133f5ffd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.hstspreload: 2024.10.1 -> 2024.11.1 (#352860)

parents a10fc6d5 0b0ff2ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "hstspreload";
  version = "2024.10.1";
  version = "2024.11.1";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "sethmlarson";
    repo = "hstspreload";
    rev = "refs/tags/${version}";
    hash = "sha256-so693xMgVb7pUoin3oYT26F02/C5KeVCuPQjOAJ6axQ=";
    hash = "sha256-Gm0jZbJwVdoU19gkTuzJ9Mop1qsPDboTg53Yiocb3Rc=";
  };

  build-system = [ setuptools ];