about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-iotcentral
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-20 14:09:53 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-03-10 15:26:21 -0800
commiteb613237edd0c5ed10146b1c62abaa9334dfda81 (patch)
tree1911903a6b7da2bee6146592407ee0a5a570d914 /pkgs/development/python-modules/azure-mgmt-iotcentral
parent5f1ab8c5b1175ba3a0a80debf4558911737923f9 (diff)
python37Packages.azure-mgmt-iotcentral: 4.0.0 -> 4.1.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-iotcentral')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-iotcentral/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-iotcentral/default.nix b/pkgs/development/python-modules/azure-mgmt-iotcentral/default.nix
index 2f368b826491a..c7528dace2749 100644
--- a/pkgs/development/python-modules/azure-mgmt-iotcentral/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-iotcentral/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-iotcentral";
-  version = "4.0.0";
+  version = "4.1.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "ab793fde2b5eeb73ab37434013d4b5ba7750031220013edb3c1758c45a00a91a";
+    sha256 = "e6d4810f454c0d63a5e816eaa7e54a073a3f70b2256162ff1c234cfe91783ae6";
   };
 
   propagatedBuildInputs = [