python310Packages.pytenable: 1.4.12 -> 1.4.13

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

Changelog: https://github.com/tenable/pyTenable/releases/tag/1.4.13
This commit is contained in:
Fabian Affolter 2023-04-29 12:00:51 +02:00
parent 8f9e20ecb0
commit 6628efd894

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.4.12";
version = "1.4.13";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-vuwD9NVomxwG1IQioy6TzEHnibCdpg+VyCXjnjnmw54=";
hash = "sha256-UY3AFnPplmU0jrV4LIKH4+2tcJEFkKMqO2GWVkgaHYE=";
};
propagatedBuildInputs = [