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

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

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v5.1.3
This commit is contained in:
Fabian Affolter 2023-05-05 09:52:49 +02:00
parent 78fff5c9d4
commit 42b666a837

View file

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