python312Packages.hstspreload: 2024.6.1 -> 2024.7.1

Diff: https://github.com/sethmlarson/hstspreload/compare/refs/tags/2024.6.1...2024.7.1
This commit is contained in:
Fabian Affolter
2024-07-05 08:04:40 +02:00
parent 191d8a30c5
commit ba16d4287e
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2024.6.1";
version = "2024.7.1";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "hstspreload";
rev = "refs/tags/${version}";
hash = "sha256-eeZR+UDQ6Cp1WTcz2duSTgQ+7vrF9T08aVT0mJk6ctA=";
hash = "sha256-WCmUYYPx8tJJ1Z3utjS8k6vePx/pZ6OZ+D0YjovqizQ=";
};
build-system = [ setuptools ];