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
|
, buildPythonPackage
|
||||||
, cvss
|
, cvss
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, httpx
|
||||||
, msgpack
|
, msgpack
|
||||||
, orjson
|
, orjson
|
||||||
, packageurl-python
|
, packageurl-python
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, requests
|
|
||||||
, semver
|
, semver
|
||||||
, tabulate
|
, tabulate
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "appthreat-vulnerability-db";
|
pname = "appthreat-vulnerability-db";
|
||||||
version = "4.1.12";
|
version = "4.2.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -24,16 +24,16 @@ buildPythonPackage rec {
|
||||||
owner = "AppThreat";
|
owner = "AppThreat";
|
||||||
repo = "vulnerability-db";
|
repo = "vulnerability-db";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-DHjB8hT9rP1yyeo9I5D8JGIXq+17RYX+e6H7BBuWTw4=";
|
hash = "sha256-uZkPQYuF8EbX5+Qyj7CjxJhpT+DywCSwbORKXqaY0z8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
appdirs
|
appdirs
|
||||||
cvss
|
cvss
|
||||||
|
httpx
|
||||||
msgpack
|
msgpack
|
||||||
orjson
|
orjson
|
||||||
packageurl-python
|
packageurl-python
|
||||||
requests
|
|
||||||
semver
|
semver
|
||||||
tabulate
|
tabulate
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue