python311Packages.appthreat-vulnerability-db: 5.5.1 -> 5.5.2

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.5.1...v5.5.2

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.5.2
This commit is contained in:
Fabian Affolter 2023-11-15 14:55:57 +01:00
parent eb52b838ce
commit 5c9f4bb935

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.5.1";
version = "5.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-URDVNuUrxWoQjeNRPrSJz8aiEozn5BzRTvhqc4bihA0=";
hash = "sha256-ioFTayuPkxXIaaKKVHBLyU47jID6dGWCX1G9kVkD5Yo=";
};
postPatch = ''