python3Packages.hstspreload: 2025.12.3 -> 2026.2.1

This commit is contained in:
R. Ryantm
2026-02-01 21:27:56 +00:00
parent 180fa16970
commit 43cedd3791
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2025.12.3";
version = "2026.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = "hstspreload";
tag = version;
hash = "sha256-K44Lzom7AQMsnJGN9RYNfZuD+wbbZtTGStjJtS/4NcE=";
hash = "sha256-sqmzV9JJy71EF1wtLlKc98KGbe8gqsKaAq+VlqXK7kg=";
};
build-system = [ setuptools ];