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

python311Packages.appthreat-vulnerability-db: 5.6.3 -> 5.6.4
This commit is contained in:
Nick Cao 2024-02-26 09:54:55 -05:00 committed by GitHub
commit 569926f841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "5.6.3";
version = "5.6.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-aOHnuZdjXiIqd/SeQdVB1qB7v8DfnEFH0zHctA74MPw=";
hash = "sha256-Uq0DXrNQRVhQaPXXGNjbnPhOYoPpa8H3WuDdotCKS8c=";
};
postPatch = ''