Merge pull request #297368 from r-ryantm/auto-update/python312Packages.pytenable

python312Packages.pytenable: 1.4.20 -> 1.4.21
This commit is contained in:
Fabian Affolter
2024-03-20 07:44:44 +01:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.4.20";
version = "1.4.21";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-NiAv0zNITpKIQ2TarNoU4HwKuHm22LTu8pJUi0SDlfE=";
hash = "sha256-+P+6EmKpR+qlvLMgeg6iIxSx7jtC995v2eijkjJdc70=";
};
nativeBuildInputs = [