python312Packages.pytenable: 1.5.3 -> 1.6.0

Diff: https://github.com/tenable/pyTenable/compare/refs/tags/1.5.3...1.6.0

Changelog: https://github.com/tenable/pyTenable/releases/tag/1.6.0
This commit is contained in:
Fabian Affolter 2024-11-23 20:10:04 +01:00
parent ea24e14d56
commit c2d79ee206

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.5.3";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-kau350L2WCyuxwsmnD85iWte6LIIqprSVe0yNn+BikE=";
hash = "sha256-I6GlYPQI8qF9eyq8p4Wtkz8UEGth51ZALwA+Mu3TqhQ=";
};
pythonRelaxDeps = [