Merge pull request #131878 from fabaff/bump-pytenable

python3Packages.pytenable: 1.3.2 -> 1.3.3
This commit is contained in:
Sandro 2021-07-29 08:31:24 +00:00 committed by GitHub
commit 007c864fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "tenable";
repo = "pyTenable";
rev = version;
sha256 = "sha256-S39rl8bJsxYAmTcaZk9+s9G45lOvREjlGVBk1m30tJo=";
sha256 = "19vhy7mf972545abydywyig82gkxalp6sfwinvj71hzbihwwzjpq";
};
propagatedBuildInputs = [