3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #135848 from r-ryantm/auto-update/python3.8-azure-mgmt-iothub

python38Packages.azure-mgmt-iothub: 2.0.0 -> 2.1.0
This commit is contained in:
Sandro 2021-08-27 05:22:58 +02:00 committed by GitHub
commit dcc0516595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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