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

python311Packages.appthreat-vulnerability-db: 5.0.3 -> 5.0.4
This commit is contained in:
Fabian Affolter 2023-04-25 22:19:01 +02:00 committed by GitHub
commit 1d20d638be
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.3";
version = "5.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-3cCXpckhZEJnTbt0Id9NCmKVr7vmtM186Bp94HWW2Zo=";
hash = "sha256-MdjzQsZfMU295aQt9SepRCwutihidya3Dga/E1fFL9o=";
};
propagatedBuildInputs = [