python312Packages.hstspreload: 2024.3.1 -> 2024.4.1

Diff: https://github.com/sethmlarson/hstspreload/compare/refs/tags/2024.3.1...2024.4.1
This commit is contained in:
Fabian Affolter 2024-04-01 23:42:19 +02:00
parent 8b1d5260c4
commit 88e28deddb
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2024.3.1";
version = "2024.4.1";
pyproject = true;
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "hstspreload";
rev = "refs/tags/${version}";
hash = "sha256-TlPZg1IbgOODbkgJHWI6dNdk3jsyL2L/3qhLtXvQjqI=";
hash = "sha256-kbcUf06tgVgr5qu5YSCwHtlBVzUEEqF1A/D+4RCnUcc=";
};
nativeBuildInputs = [