python311Packages.appthreat-vulnerability-db: 5.1.3 -> 5.1.4

Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v5.1.3...v5.1.4

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.1.4
This commit is contained in:
Fabian Affolter 2023-06-30 08:54:55 +02:00
parent 42b666a837
commit 0e1aec56d3

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.1.3";
version = "5.1.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-oUGcHBN4e3lhOya2t+QLyLra+9b8+BNHlSkah7tqzeI=";
hash = "sha256-IOQyQ78u9Pr27UKchjSqzCl47UajknI8MYZZy2DheSk=";
};
postPatch = ''