about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-hdinsight
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-08-15 12:25:20 -0700
committerJon <jonringer@users.noreply.github.com>2020-08-16 10:12:13 -0700
commit0516d4755021ef103b85d017b6cf156ab1d4db04 (patch)
tree0188210209915bd23bc7dbb757a8c2276fd779bf /pkgs/development/python-modules/azure-mgmt-hdinsight
parent0611fa68a2e3844670a622f76867076fcbb22cd7 (diff)
python3Packages.azure-mgmt-hdinsight: 1.5.1 -> 1.6.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-hdinsight')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix b/pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix
index 6713f24ca5ccb..ded4531b48a31 100644
--- a/pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix
@@ -5,13 +5,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "1.5.1";
+  version = "1.6.0";
   pname = "azure-mgmt-hdinsight";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "76b94f3e43fdc6698023d79be731937dc645dc3178dc134854768528ecc0aea3";
+    sha256 = "b1d06279307c41da5e0a5c9722aa6b36ce3b2c212534a54767210639451b9800";
     extension = "zip";
   };