about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-hdinsight
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-28 00:09:30 +0000
committerJon <jonringer@users.noreply.github.com>2020-08-27 18:12:12 -0700
commita8343eaba342c1f28633494be87695e64b6df674 (patch)
treee1cfd9cdd776252b92489b871bd81ed0ea1fbc4d /pkgs/development/python-modules/azure-mgmt-hdinsight
parentb3ae6aac42182bbfb9626e91c884390ca20912e7 (diff)
python37Packages.azure-mgmt-hdinsight: 1.6.0 -> 1.7.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 ded4531b48a31..b6f0dadf225c6 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.6.0";
+  version = "1.7.0";
   pname = "azure-mgmt-hdinsight";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b1d06279307c41da5e0a5c9722aa6b36ce3b2c212534a54767210639451b9800";
+    sha256 = "9d1120bd9760687d87594ec5ce9257b7335504afbe55b3cda79462c1e07a095b";
     extension = "zip";
   };