python310Packages.appthreat-vulnerability-db: 5.5.4 -> 5.5.6

This commit is contained in:
R. Ryantm 2023-12-18 09:39:26 +00:00
parent 5fcb8660dd
commit eb6ef047e9

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.5.4";
version = "5.5.6";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-LWlB7ZIcGoNXq6WodJE6hinGDBFgUqP4tXa51T5yI8c=";
hash = "sha256-jPbYbyVOfn5XCVdzLEEtMcRnGQzzHiea0GZ+YatswEM=";
};
postPatch = ''