python311Packages.appthreat-vulnerability-db: 5.5.8 -> 5.5.10

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.5.8...v5.5.10

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.5.10
This commit is contained in:
Fabian Affolter 2024-01-24 20:57:09 +01:00
parent 31787848d1
commit 248551683d

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.5.8";
version = "5.5.10";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-C3A7mNsiTe50jKD98zjU37GL20zw5SNSVte+GtrvbFA=";
hash = "sha256-yBB66H8l+kjVcpmt3gYzggRgfxjFvMPwy3rcYuKYqks=";
};
postPatch = ''