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

python37Packages.azure-mgmt-datafactory: 0.14.0 -> 0.15.0
This commit is contained in:
Mario Rodas 2020-12-14 23:45:59 -05:00 committed by GitHub
commit 46e2a315ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-datafactory";
version = "0.14.0";
version = "0.15.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "47bb23fa6cc28f3f15dd7a404b7f9d7af469adf78f79a11eb01ff75ca10a75ba";
sha256 = "750a891005c86977c0978cd7231449aad12106d76897075fcdc95ef2e6258b00";
};
propagatedBuildInputs = [