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>2021-06-09 14:05:42 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-09 16:51:51 -0700
commitd669a902f27780fe2ed0c28aae47ea7c1902bb74 (patch)
treeb9ab275e821916c36f0a48ad291ca45daae42ea2 /pkgs/development/python-modules/azure-mgmt-hdinsight
parentef4b195922d5f194668ae129e796083b61b86bcd (diff)
python3Packages.azure-mgmt-hdinsight: 7.0.0 -> 8.0.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 5547eb032d0e6..02d2c6a013c1d 100644
--- a/pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix
@@ -6,13 +6,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "7.0.0";
+  version = "8.0.0";
   pname = "azure-mgmt-hdinsight";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d0070817ee2be611d45af91eabc5665dd53f024eaa7a55e490ace4f71a55c733";
+    sha256 = "2c43f1a62e5b83304392b0ad7cfdaeef2ef2f47cb3fdfa2577b703b6ea126000";
     extension = "zip";
   };