python312Packages.hstspreload: 2024.5.1 -> 2024.6.1

Diff: https://github.com/sethmlarson/hstspreload/compare/refs/tags/2024.5.1...2024.6.1
This commit is contained in:
Fabian Affolter 2024-06-14 10:20:17 +02:00
parent 3ed05ce8f6
commit 1a969e96af

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2024.5.1";
version = "2024.6.1";
pyproject = true;
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "hstspreload";
rev = "refs/tags/${version}";
hash = "sha256-Ut2VhU2+o4wm4WY4zz/25EyDLvrYoBu3iVFkx3FZVYo=";
hash = "sha256-eeZR+UDQ6Cp1WTcz2duSTgQ+7vrF9T08aVT0mJk6ctA=";
};
build-system = [ setuptools ];