python312Packages.pytenable: 1.4.21 -> 1.4.22

Diff: https://github.com/tenable/pyTenable/compare/refs/tags/1.4.21...1.4.22

Changelog: https://github.com/tenable/pyTenable/releases/tag/1.4.22
This commit is contained in:
Fabian Affolter 2024-04-10 23:28:37 +02:00
parent 0057749884
commit 59fd0e0be7

View File

@ -20,7 +20,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytenable"; pname = "pytenable";
version = "1.4.21"; version = "1.4.22";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "tenable"; owner = "tenable";
repo = "pyTenable"; repo = "pyTenable";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-+P+6EmKpR+qlvLMgeg6iIxSx7jtC995v2eijkjJdc70="; hash = "sha256-acMafLlO0yGEnW+0XeBWUpDWvOPFAB4RK/XyAb2JbPw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [