python312Packages.azure-mgmt-netapp: 13.1.0 -> 13.2.0 (#339795)

This commit is contained in:
Fabian Affolter 2024-09-05 20:45:11 +02:00 committed by GitHub
commit 8b02e64e51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-netapp";
version = "13.1.0";
version = "13.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-8JzJFZTplNGo74wBelP8Geo7+FQ7WYmAOAef4jv533M=";
hash = "sha256-31wzzDeQrs04AL8Qsz050RY/AllvXwy+8Ng+QbUihjo=";
};
build-system = [ setuptools ];