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

python310Packages.appthreat-vulnerability-db: 4.3.0 -> 4.3.1
This commit is contained in:
Fabian Affolter 2023-01-22 19:15:42 +01:00 committed by GitHub
commit 7974eee4b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "appthreat-vulnerability-db";
version = "4.3.0";
version = "4.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "AppThreat";
repo = "vulnerability-db";
rev = "refs/tags/v${version}";
hash = "sha256-1WBaNTARe0ULWHf0g/6Jljo1yCffnJAS9ycbhGqzOUk=";
hash = "sha256-HZHHSY8a7xyJZAQLFeZ+5+CKixcquJcUkkjJTllFiyk=";
};
propagatedBuildInputs = [