python311Packages.hstspreload: 2024.12.1 -> 2025.1.1 (#369913)

This commit is contained in:
Fabian Affolter
2025-01-01 12:40:17 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2024.12.1";
version = "2025.1.1";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "hstspreload";
rev = "refs/tags/${version}";
hash = "sha256-j1YtT8O4LGpUEOJhACKmz934VTgwM8o7C8ozoqPlsCM=";
hash = "sha256-2KtQZroKhRzqFg0xL/gXMA3jP0FgYSPYy1eP3x78rQo=";
};
build-system = [ setuptools ];