python310Packages.appthreat-vulnerability-db: 4.1.12 -> 4.2.0
Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v4.1.12...v4.2.0 Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v4.2.0
This commit is contained in:
parent
dbf4ff8fbf
commit
38b97cdda5
1 changed files with 4 additions and 4 deletions
|
@ -3,19 +3,19 @@
|
|||
, buildPythonPackage
|
||||
, cvss
|
||||
, fetchFromGitHub
|
||||
, httpx
|
||||
, msgpack
|
||||
, orjson
|
||||
, packageurl-python
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
, semver
|
||||
, tabulate
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "appthreat-vulnerability-db";
|
||||
version = "4.1.12";
|
||||
version = "4.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -24,16 +24,16 @@ buildPythonPackage rec {
|
|||
owner = "AppThreat";
|
||||
repo = "vulnerability-db";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-DHjB8hT9rP1yyeo9I5D8JGIXq+17RYX+e6H7BBuWTw4=";
|
||||
hash = "sha256-uZkPQYuF8EbX5+Qyj7CjxJhpT+DywCSwbORKXqaY0z8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
appdirs
|
||||
cvss
|
||||
httpx
|
||||
msgpack
|
||||
orjson
|
||||
packageurl-python
|
||||
requests
|
||||
semver
|
||||
tabulate
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue