python310Packages.appthreat-vulnerability-db: 4.1.7 -> 4.1.8

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v4.1.7...v4.1.8

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v4.1.8
This commit is contained in:
Fabian Affolter 2022-12-11 09:15:27 +01:00
parent 1307b9020b
commit 0e88ae207e

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "4.1.7";
version = "4.1.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-33Juzu72Z+LedYSXl6uMtrLnHyu56tCIrM79JzWDAZM=";
hash = "sha256-whTRmVLwJdQDxJEg50xSbzIm6KygPJE4qhQ1BT883T4=";
};
propagatedBuildInputs = [