python310Packages.appthreat-vulnerability-db: 5.2.1 -> 5.2.3

This commit is contained in:
R. Ryantm 2023-08-27 05:50:22 +00:00
parent 38b9aaf668
commit 21d85b1a2f

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.2.1";
version = "5.2.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-FSi9fMp9SLnoIVo+Clca6oglroeIb6RbohiSSc6fqxo=";
hash = "sha256-HIUBHyuh66PjHRPTFKIq859+tSYnaseQE9GOMduxBP4=";
};
postPatch = ''