Skip to content

Commit

Permalink
python311Packages.hstspreload: 2024.12.1 -> 2025.1.1 (#369913)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 1, 2025
2 parents e154aa0 + 45a5b0b commit cbd7bf2
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.12.1";
version = "2025.1.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-j1YtT8O4LGpUEOJhACKmz934VTgwM8o7C8ozoqPlsCM=";
hash = "sha256-2KtQZroKhRzqFg0xL/gXMA3jP0FgYSPYy1eP3x78rQo=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit cbd7bf2

Please sign in to comment.