python310Packages.appthreat-vulnerability-db: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm 2023-09-21 14:35:06 +00:00
parent c9a667043f
commit 327f0e6254

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.4.2";
version = "5.4.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-S0ebTM7X21Lny9Y1JG7ztv/H5gUjxXxNOQIIBTGFB7c=";
hash = "sha256-hALpNLXPg2Apha3KbEixFEH3NuzLe6lnEy9V5otskDM=";
};
postPatch = ''