Merge pull request #275167 from r-ryantm/auto-update/python310Packages.appthreat-vulnerability-db

python310Packages.appthreat-vulnerability-db: 5.5.4 -> 5.5.6
This commit is contained in:
Fabian Affolter
2023-12-18 14:43:57 +01:00
committed by GitHub
@@ -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 = ''