Merge pull request #130348 from fabaff/bump-pytenable

This commit is contained in:
Sandro 2021-07-16 10:57:23 +02:00 committed by GitHub
commit 4566e1fbab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{ lib { lib
, appdirs
, buildPythonPackage , buildPythonPackage
, defusedxml , defusedxml
, fetchFromGitHub , fetchFromGitHub
@ -17,13 +18,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytenable"; pname = "pytenable";
version = "1.3.1"; version = "1.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tenable"; owner = "tenable";
repo = "pyTenable"; repo = "pyTenable";
rev = version; rev = version;
sha256 = "sha256-9qkNQ3+yDplPHIXDwlghpJP1f+UoDYObWpPhl6UVtHU="; sha256 = "sha256-S39rl8bJsxYAmTcaZk9+s9G45lOvREjlGVBk1m30tJo=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -31,6 +32,7 @@ buildPythonPackage rec {
]; ];
buildInputs = [ buildInputs = [
appdirs
defusedxml defusedxml
marshmallow marshmallow
python-box python-box