Merge pull request #148063 from fabaff/bump-pytenable

python3Packages.pytenable: 1.3.3 -> 1.4.0
This commit is contained in:
Fabian Affolter 2021-12-01 08:12:58 +01:00 committed by GitHub
commit 1b4c61d85b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,17 +14,18 @@
, responses
, restfly
, semver
, typing-extensions
}:
buildPythonPackage rec {
pname = "pytenable";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "tenable";
repo = "pyTenable";
rev = version;
sha256 = "19vhy7mf972545abydywyig82gkxalp6sfwinvj71hzbihwwzjpq";
sha256 = "sha256-JdI0nAX/leTnYgGId2ct04u1a+z7eU2UY6pk2cUM4fg=";
};
propagatedBuildInputs = [
@ -40,6 +41,7 @@ buildPythonPackage rec {
requests
requests-pkcs12
restfly
typing-extensions
];
checkInputs = [