Merge pull request #255915 from fabaff/appthreat-vulnerability-db-bump

python311Packages.appthreat-vulnerability-db: 5.4.1 -> 5.4.2
This commit is contained in:
Fabian Affolter 2023-09-18 20:16:28 +02:00 committed by GitHub
commit 13ef8c819b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.4.1";
version = "5.4.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-sfhcAEJn+9uTPZLjgurfpuWNEdefzQZSXZdw7IeuqZw=";
hash = "sha256-S0ebTM7X21Lny9Y1JG7ztv/H5gUjxXxNOQIIBTGFB7c=";
};
postPatch = ''