python310Packages.pytenable: 1.4.10 -> 1.4.11

Diff: https://github.com/tenable/pyTenable/compare/refs/tags/1.4.10...1.4.11

Changelog: https://github.com/tenable/pyTenable/releases/tag/1.4.11
This commit is contained in:
Fabian Affolter 2022-12-17 18:02:08 +01:00 committed by Jonathan Ringer
parent acc05d059d
commit 3fbede97da

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.4.10";
version = "1.4.11";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-BNPfoKXDLUckj/yg1Gz806CS5CyjWvc/Hy/NwnuWfo0=";
hash = "sha256-GSEMjgG8Q+gzHQWRbXr/qiGP6U6ydPxu0JsD56mRNWU=";
};
propagatedBuildInputs = [