python311Packages.appthreat-vulnerability-db: 5.0.3 -> 5.0.4

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.0.3...v5.0.4

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.0.4
This commit is contained in:
Fabian Affolter 2023-04-25 20:19:52 +02:00
parent 5167d6f405
commit 6a3ecb40bd

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.0.3";
version = "5.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-3cCXpckhZEJnTbt0Id9NCmKVr7vmtM186Bp94HWW2Zo=";
hash = "sha256-MdjzQsZfMU295aQt9SepRCwutihidya3Dga/E1fFL9o=";
};
propagatedBuildInputs = [