python3Packages.hstspreload: 2026.2.1 -> 2026.3.1

Diff: https://github.com/sethmlarson/hstspreload/compare/2026.2.1...2026.3.1
This commit is contained in:
Fabian Affolter
2026-03-06 21:29:16 +01:00
parent 092c1a879b
commit 61b4eeacd5
@@ -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 ];