Commit 5b49ae86 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.hstspreload: 2024.8.1 -> 2024.9.1

parent 459e9586
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "hstspreload";
  version = "2024.8.1";
  version = "2024.9.1";
  pyproject = true;

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

  build-system = [ setuptools ];