about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-22 21:51:08 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-22 22:12:23 -0700
commit81bac9fc50c9c68512f6fe6e1248af4902dbf4e2 (patch)
tree26f73eaf860f6bc4ce944ff7f525201fa2b2e81d
parent58092792ecda105a332bc85bf3be662051a714e6 (diff)
downloadnixlib-81bac9fc50c9c68512f6fe6e1248af4902dbf4e2.tar
nixlib-81bac9fc50c9c68512f6fe6e1248af4902dbf4e2.tar.gz
nixlib-81bac9fc50c9c68512f6fe6e1248af4902dbf4e2.tar.bz2
nixlib-81bac9fc50c9c68512f6fe6e1248af4902dbf4e2.tar.lz
nixlib-81bac9fc50c9c68512f6fe6e1248af4902dbf4e2.tar.xz
nixlib-81bac9fc50c9c68512f6fe6e1248af4902dbf4e2.tar.zst
nixlib-81bac9fc50c9c68512f6fe6e1248af4902dbf4e2.zip
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
-rw-r--r--pkgs/development/python-modules/azure-mgmt-iothub/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-iothub/default.nix b/pkgs/development/python-modules/azure-mgmt-iothub/default.nix
index 61e51c4390a4..cdb20167b9c8 100644
--- a/pkgs/development/python-modules/azure-mgmt-iothub/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-iothub/default.nix
@@ -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 = [