python310Packages.appthreat-vulnerability-db: 4.1.5 -> 4.1.6

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v4.1.5...v4.1.6

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v4.1.6
This commit is contained in:
Fabian Affolter 2022-12-03 09:50:08 +01:00
parent c5539bc212
commit ce1e4a57e4

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "4.1.5";
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-A3ISQPxt80mjzIqmivnEkqIq9CGp67/rjhm0/bycHcs=";
sha256 = "sha256-iRcRVBkkx8DUoswzyCAIEoP4YoWENb2GsCFgdxS962E=";
};
propagatedBuildInputs = [