python311Packages.pytenable: 1.4.13 -> 1.4.14

Diff: https://github.com/tenable/pyTenable/compare/refs/tags/1.4.13...1.4.14

Changelog: https://github.com/tenable/pyTenable/releases/tag/1.4.14
This commit is contained in:
Fabian Affolter
2023-11-21 21:54:43 +01:00
parent e19bffc6cf
commit adc40f2a28
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.4.13";
version = "1.4.14";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-UY3AFnPplmU0jrV4LIKH4+2tcJEFkKMqO2GWVkgaHYE=";
hash = "sha256-EZ6W7DTcmZWjP2BmopU2G3S/82juGG+/ht5Fd8G0W1A=";
};
nativeBuildInputs = [