Merge pull request #69796 from r-ryantm/auto-update/python3.7-azure-mgmt-datamigration

python37Packages.azure-mgmt-datamigration: 2.2.0 -> 3.0.0
This commit is contained in:
Jon 2019-09-30 07:28:22 -07:00 committed by GitHub
commit 1857783128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-datamigration";
version = "2.2.0";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0bixyya9afas0sv2wji7ivfi64z4dvv8p1gjnppibi5zas1mb4zw";
sha256 = "0pc5pf7jpkpdrad5hafh2hki01dpx5773whp6kpxp71gh265mm5n";
};
propagatedBuildInputs = [