Skip to content

Commit

Permalink
python312Packages.hstspreload: 2024.11.1 -> 2024.12.1 (NixOS#361040)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 2, 2024
2 parents a4dba94 + 8f1d83e commit 39929ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hstspreload/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "hstspreload";
version = "2024.11.1";
version = "2024.12.1";
pyproject = true;

disabled = pythonOlder "3.6";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "hstspreload";
rev = "refs/tags/${version}";
hash = "sha256-Gm0jZbJwVdoU19gkTuzJ9Mop1qsPDboTg53Yiocb3Rc=";
hash = "sha256-j1YtT8O4LGpUEOJhACKmz934VTgwM8o7C8ozoqPlsCM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 39929ef

Please sign in to comment.