python312Packages.hstspreload: 2024.9.1 -> 2024.10.1

Diff: https://github.com/sethmlarson/hstspreload/compare/refs/tags/2024.9.1...2024.10.1
This commit is contained in:
Fabian Affolter 2024-10-01 23:56:42 +02:00
parent 4d67e9b5b5
commit 71942bf75c

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2024.9.1";
version = "2024.10.1";
pyproject = true;
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "hstspreload";
rev = "refs/tags/${version}";
hash = "sha256-mpHJG2TqhlTNZ9fbyOZsoKusAvx8EiiP7dATCZh19dQ=";
hash = "sha256-so693xMgVb7pUoin3oYT26F02/C5KeVCuPQjOAJ6axQ=";
};
build-system = [ setuptools ];