python311Packages.appthreat-vulnerability-db: 5.6.3 -> 5.6.4

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.6.3...v5.6.4

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.6.4
This commit is contained in:
Fabian Affolter 2024-02-26 07:47:09 +01:00
parent 63bcf45969
commit bc97cf467b

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.6.3";
version = "5.6.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-aOHnuZdjXiIqd/SeQdVB1qB7v8DfnEFH0zHctA74MPw=";
hash = "sha256-Uq0DXrNQRVhQaPXXGNjbnPhOYoPpa8H3WuDdotCKS8c=";
};
postPatch = ''