Merge pull request #300793 from fabaff/hstspreload-bump

python312Packages.hstspreload: 2024.3.1 -> 2024.4.1
This commit is contained in:
Fabian Affolter 2024-04-02 08:30:29 +02:00 committed by GitHub
commit 5b76057bc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 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,10 +16,10 @@ buildPythonPackage rec {
owner = "sethmlarson";
repo = "hstspreload";
rev = "refs/tags/${version}";
hash = "sha256-TlPZg1IbgOODbkgJHWI6dNdk3jsyL2L/3qhLtXvQjqI=";
hash = "sha256-kbcUf06tgVgr5qu5YSCwHtlBVzUEEqF1A/D+4RCnUcc=";
};
nativeBuildInputs = [
build-system = [
setuptools
];