python3Packages.azure-mgmt-iothub: 1.0.0 -> 2.0.0

This commit is contained in:
Jonathan Ringer 2021-05-20 22:27:24 -07:00
parent 848ca49051
commit 106b2ce4b7
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-iothub";
version = "1.0.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "7acf24088395a299974dd26406db2686d8d59a3fffbe47c24617b36d445f2de8";
sha256 = "653a765f0beb6af0c9ecbd290b4101e1b5e0f6450405faf28ab8234c15d8b38b";
};
propagatedBuildInputs = [