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

This commit is contained in:
R. Ryantm 2023-12-27 14:52:41 +00:00
parent 9a8519bdc8
commit 993aeeaf43

View File

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