Merge pull request #136312 from r-ryantm/auto-update/python3.8-azure-mgmt-netapp

python38Packages.azure-mgmt-netapp: 4.0.0 -> 5.0.0
This commit is contained in:
Sandro 2021-09-12 17:17:06 +02:00 committed by GitHub
commit 59d5347f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "4.0.0";
version = "5.0.0";
pname = "azure-mgmt-netapp";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "7195e413a0764684cd42bec9e429c13c290db9ab5c465dbed586a6f6d0ec8a42";
sha256 = "2d5163c49f91636809ef1cacd48d91130803594855f43afe0f2b31fc5f02d53c";
extension = "zip";
};