python3Packages.hstspreload: 2026.2.1 -> 2026.3.1 (#497344)

This commit is contained in:
Fabian Affolter
2026-03-06 20:57:42 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "hstspreload";
version = "2026.2.1";
version = "2026.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = "hstspreload";
tag = finalAttrs.version;
hash = "sha256-sqmzV9JJy71EF1wtLlKc98KGbe8gqsKaAq+VlqXK7kg=";
hash = "sha256-vxELSpTQMidvwDzSny1oJINE6ZxYC9H4pw3SDP44xCI=";
};
build-system = [ setuptools ];