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

python310Packages.appthreat-vulnerability-db: 4.1.12 -> 4.2.0, appthreat-depscan: 3.4.0 -> 3.5.0
This commit is contained in:
Fabian Affolter 2022-12-18 21:41:28 +01:00 committed by GitHub
commit ea1a939784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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
];

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-Gp0JXjtU8TZl/k6HHWvMvdggIgyn4zqLyyBqiPtlkA8=";
hash = "sha256-kwur74jaAjGch4Jruq6OX1lWqX8b3NZYvxxNsp+n/TI=";
};
propagatedBuildInputs = with python3.pkgs; [