python3Packages.hstspreload: 2026.6.1 -> 2026.7.1 (#537297)

This commit is contained in:
Fabian Affolter
2026-07-01 07:57:58 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "hstspreload";
version = "2026.6.1";
version = "2026.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = "hstspreload";
tag = finalAttrs.version;
hash = "sha256-9YkMEu3ll2hRYrkiIo6mIdRIYoOLrtjv3B4Jq9wfgOo=";
hash = "sha256-nq9dr8Jd+OvRCXLOQbarXTnUg4QISEty7wvi/P2YUU8=";
};
build-system = [ setuptools ];