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

This commit is contained in:
R. Ryantm
2023-11-18 05:50:32 +00:00
parent cf4fee6f37
commit e76948dc64
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.5.2";
version = "5.5.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-ioFTayuPkxXIaaKKVHBLyU47jID6dGWCX1G9kVkD5Yo=";
hash = "sha256-6kfkHLW5PftzrhKjywc670HpKCrrU0POEiJ3u2doBTk=";
};
postPatch = ''