python3Packages.hstspreload: 2026.5.1 -> 2026.6.1 (#528157)

This commit is contained in:
Fabian Affolter
2026-06-04 23:33:01 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "hstspreload";
version = "2026.5.1";
version = "2026.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = "hstspreload";
tag = finalAttrs.version;
hash = "sha256-QmhQJqt75rP5YWBLJ3fA7Ud7o6AWIpUUSoJ5tAA9pPo=";
hash = "sha256-9YkMEu3ll2hRYrkiIo6mIdRIYoOLrtjv3B4Jq9wfgOo=";
};
build-system = [ setuptools ];