python3Packages.pytenable: 26.5.1 -> 26.6.1 (#538388)

This commit is contained in:
Fabian Affolter
2026-07-04 20:56:36 +00:00
committed by GitHub
@@ -27,14 +27,14 @@
buildPythonPackage (finalAttrs: {
pname = "pytenable";
version = "26.5.1";
version = "26.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tenable";
repo = "pyTenable";
tag = finalAttrs.version;
hash = "sha256-o11Lq11btpIwzgZlPMcChHexNOZSFEFOsnaIv1n66uY=";
hash = "sha256-KRZbrJgIxdNAnlmP7Ww/JasoDJqJZkBkd0qXm9gfXp4=";
};
build-system = [ setuptools ];