python310Packages.appthreat-vulnerability-db: 3.0.2 -> 4.0.0

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v4.0.0
This commit is contained in:
Fabian Affolter 2022-11-26 08:48:28 +01:00
parent 62421e2d30
commit af93fbdeb3

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "3.0.2";
version = "4.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
sha256 = "sha256-y+ZOTvWnqSHBpuqquA0IvkWj1B/BmovTUqg1Oddjd5c=";
sha256 = "sha256-tGvhbhldevMsa9091GDBq2vLRgMdOqc9kiEF8OZeUI8=";
};
propagatedBuildInputs = [