Merge pull request #285559 from r-ryantm/auto-update/python311Packages.appthreat-vulnerability-db

python311Packages.appthreat-vulnerability-db: 5.6.0 -> 5.6.1
This commit is contained in:
Fabian Affolter 2024-02-01 18:16:49 +01:00 committed by GitHub
commit 4394dbc52b
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.0";
version = "5.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-tRC+w9HyXuN6eWbNaccK0xtcOnJpuErcHaB7+lvTiQI=";
hash = "sha256-BkJ1hA4SXuXYkJnSNaZ/JeX+PHdJylfwKkRzQsBxc24=";
};
postPatch = ''