python310Packages.appthreat-vulnerability-db: 4.3.1 -> 5.0.1

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v4.3.1...v5.0.1

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.0.1
This commit is contained in:
Fabian Affolter 2023-03-02 00:05:21 +01:00
parent 04031fdb82
commit 202260c583

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "4.3.1";
version = "5.0.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-HZHHSY8a7xyJZAQLFeZ+5+CKixcquJcUkkjJTllFiyk=";
hash = "sha256-u5gI5agNm1RT0FzsdQaqivKwiY5k7G/mtlSWCNP4V10=";
};
propagatedBuildInputs = [