3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.azure-mgmt-iothub: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2022-01-30 15:26:14 +00:00
parent 180be3e2b7
commit 282364c50a

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-iothub";
version = "2.1.0";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "2724f48cadb1be7ee96fc26c7bfa178f82cea5d325e785e91d9f26965fa8e46f";
sha256 = "sha256-nsAeVhs5N8bpwYenmRwJmqF/IAqz/ulSoYIeOU5l0eM=";
};
propagatedBuildInputs = [