python3Packages.netapp-ontap: 9.16.1.0 -> 9.17.1.0

This commit is contained in:
R. Ryantm
2025-07-26 22:04:24 +00:00
parent 8f91555fd5
commit 221ca617f0

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "netapp-ontap";
version = "9.16.1.0";
version = "9.17.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "netapp_ontap";
inherit version;
hash = "sha256-r55lK9dSmo/pVsvhtM0T48TdjgjlQjmQ2zVnenxQGlE=";
hash = "sha256-bzDGsKCEH3oszuz4OKnOg7WTMQTnJAGh7POmGhRCyzc=";
};
build-system = [ setuptools ];