python311Packages.appthreat-vulnerability-db: 5.2.0 -> 5.2.1

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.2.0...v5.2.1

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.2.1
This commit is contained in:
Fabian Affolter 2023-08-26 09:59:55 +02:00
parent 6b4a8998a2
commit 9dee811c7c

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.2.0";
version = "5.2.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-OtaoyqYRsZVoWezrTAy3zROyNeRLbZmCT+z7YCwf9Ow=";
hash = "sha256-FSi9fMp9SLnoIVo+Clca6oglroeIb6RbohiSSc6fqxo=";
};
postPatch = ''