Merge pull request #128683 from fabaff/bump-pytenable

python3Packages.pytenable: 1.3.0 -> 1.3.1
This commit is contained in:
Sandro 2021-06-30 01:02:13 +02:00 committed by GitHub
commit 4fd32f34d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "tenable";
repo = "pyTenable";
rev = version;
sha256 = "sha256-APwBC1fL5JtYL5E/pabQpwGD1OtFMNPeWi/b9+hbhBE=";
sha256 = "sha256-9qkNQ3+yDplPHIXDwlghpJP1f+UoDYObWpPhl6UVtHU=";
};
propagatedBuildInputs = [