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

python310Packages.appthreat-vulnerability-db: 4.0.4 -> 4.1.6
This commit is contained in:
Fabian Affolter 2022-12-03 22:36:35 +01:00 committed by GitHub
commit 2686d2d5db
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 = "4.0.4";
version = "4.1.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
sha256 = "sha256-Fn0KaIkP4WnXOT87qaXNqM+GcQcqiuxcSK6yq1+MmGE=";
sha256 = "sha256-iRcRVBkkx8DUoswzyCAIEoP4YoWENb2GsCFgdxS962E=";
};
propagatedBuildInputs = [