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

python310Packages.appthreat-vulnerability-db: 2.0.6 -> 2.0.9
This commit is contained in:
Fabian Affolter 2022-11-11 08:33:21 +01:00 committed by GitHub
commit 6cc0a91c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "2.0.6";
version = "2.0.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
sha256 = "sha256-tmvt5jqgfKxCW+/XvmSu7bTsT1Qk902c1qfR4IK66vg=";
sha256 = "sha256-A5mphFJEjOkTG5Rv7tb4hm5eDMSir69gqkbHYn6109I=";
};
propagatedBuildInputs = [