Merge pull request #228612 from fabaff/appthreat-vulnerability-db-bump

python310Packages.appthreat-vulnerability-db: 5.0.4 -> 5.1.1
This commit is contained in:
Nick Cao 2023-04-28 13:19:38 +08:00 committed by GitHub
commit c9d69b4102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.0.4";
version = "5.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-MdjzQsZfMU295aQt9SepRCwutihidya3Dga/E1fFL9o=";
hash = "sha256-lbaDoLEOMzMGwqBx6gBynVpXz/NM/uCJELwd4d1IEwk=";
};
propagatedBuildInputs = [