mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
Merge pull request #206972 from fabaff/appthreat-vulnerability-db-bump
python310Packages.appthreat-vulnerability-db: 4.2.0 -> 4.3.0
This commit is contained in:
commit
c0c7ab70d7
@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "appthreat-vulnerability-db";
|
||||
version = "4.2.0";
|
||||
version = "4.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "AppThreat";
|
||||
repo = "vulnerability-db";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-uZkPQYuF8EbX5+Qyj7CjxJhpT+DywCSwbORKXqaY0z8=";
|
||||
hash = "sha256-1WBaNTARe0ULWHf0g/6Jljo1yCffnJAS9ycbhGqzOUk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
packageurl-python
|
||||
semver
|
||||
tabulate
|
||||
];
|
||||
] ++ httpx.optional-dependencies.http2;
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user