python312Packages.pytenable: 1.7.4 -> 1.7.5 (#399690)

This commit is contained in:
Nick Cao
2025-04-18 15:41:47 -04:00
committed by GitHub
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.7.4";
version = "1.7.5";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
tag = version;
hash = "sha256-kIjAmGtfOZSNqSKOmagttfzVt2onqVwrCkYM6SCOlCg=";
hash = "sha256-oTFlIDlntbB2YwE1zuU9DjouPncgIMKU+lDf5bcPKiQ=";
};
pythonRelaxDeps = [
@@ -94,7 +94,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for the Tenable.io and TenableSC API";
homepage = "https://github.com/tenable/pyTenable";
changelog = "https://github.com/tenable/pyTenable/releases/tag/${version}";
changelog = "https://github.com/tenable/pyTenable/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};