python37Packages.azure-mgmt-iothub: 0.8.2 -> 0.9.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-iothub/versions
This commit is contained in:
R. RyanTM 2019-10-22 21:51:08 -07:00 committed by Jon
parent 58092792ec
commit 81bac9fc50

View File

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