python311Packages.hstspreload: 2024.1.5 -> 2024.2.1

Diff: https://github.com/sethmlarson/hstspreload/compare/refs/tags/2024.1.5...2024.2.1
This commit is contained in:
Fabian Affolter 2024-02-05 09:55:55 +01:00
parent 768e0cf423
commit 16a80f5b13

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2024.1.5";
version = "2024.2.1";
pyproject = true;
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "hstspreload";
rev = "refs/tags/${version}";
hash = "sha256-sf0Dsl6zH64O3Y8jns10jAE5faaJSRAu4M5JQ4JBKh0=";
hash = "sha256-e0PQpnzYWl8IMtLFdnYPMCBioriumc3vc1ExRjCYoc8=";
};
nativeBuildInputs = [