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

python310Packages.appthreat-vulnerability-db: 5.2.1 -> 5.2.3
This commit is contained in:
Fabian Affolter 2023-08-27 09:57:47 +02:00 committed by GitHub
commit 0e822930a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''