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

python310Packages.appthreat-vulnerability-db: 5.0.1 -> 5.0.3
This commit is contained in:
Fabian Affolter
2023-04-06 01:18:30 +02:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.0.1";
version = "5.0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-u5gI5agNm1RT0FzsdQaqivKwiY5k7G/mtlSWCNP4V10=";
hash = "sha256-3cCXpckhZEJnTbt0Id9NCmKVr7vmtM186Bp94HWW2Zo=";
};
propagatedBuildInputs = [