python312Packages.appthreat-vulnerability-db: 5.6.6 -> 5.6.7

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.6.6...5.6.7

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.6.7
This commit is contained in:
Fabian Affolter 2024-04-10 12:39:53 +02:00
parent 2f85c76e07
commit dbf5e97357

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.6.6";
version = "5.6.7";
pyproject = true;
disabled = pythonOlder "3.10";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-wVl2C1AG9LbSh/p95fstJyJr6JnhZFIhNvq8mhpg13Q=";
hash = "sha256-/QzK+su+g2ESZ81C0coxKf13WOUVz1GyfJbOrO7fS98=";
};
postPatch = ''