Merge pull request #79043 from r-ryantm/auto-update/python2.7-azure-mgmt-iothub

python27Packages.azure-mgmt-iothub: 0.9.0 -> 0.10.0
This commit is contained in:
Mario Rodas 2020-02-01 23:01:18 -05:00 committed by GitHub
commit 8f58914537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-iothub";
version = "0.9.0";
version = "0.10.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "19gcvmcd0r9xi2i3m800h3ak0mkf9yj64d55z7nrk25v3ksx0wrl";
sha256 = "1xms5wf21z9i28xl0p515xb08mrlsqnzhxcwv7pjlf26lwxadfi0";
};
propagatedBuildInputs = [