Skip to content

Commit 45a5b0b

Browse files
committed
python311Packages.hstspreload: 2024.12.1 -> 2025.1.1
Diff: sethmlarson/hstspreload@refs/tags/2024.12.1...2025.1.1
1 parent 0c57239 commit 45a5b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/hstspreload/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
buildPythonPackage rec {
1010
pname = "hstspreload";
11-
version = "2024.12.1";
11+
version = "2025.1.1";
1212
pyproject = true;
1313

1414
disabled = pythonOlder "3.6";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717
owner = "sethmlarson";
1818
repo = "hstspreload";
1919
rev = "refs/tags/${version}";
20-
hash = "sha256-j1YtT8O4LGpUEOJhACKmz934VTgwM8o7C8ozoqPlsCM=";
20+
hash = "sha256-2KtQZroKhRzqFg0xL/gXMA3jP0FgYSPYy1eP3x78rQo=";
2121
};
2222

2323
build-system = [ setuptools ];

0 commit comments

Comments
 (0)