Merge pull request #141462 from r-ryantm/auto-update/python38Packages.azure-mgmt-hdinsight

authored by Sandro and committed by GitHub a6f8b571 4d3513b8

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-hdinsight/default.nix
··· 6 6 }: 7 7 8 8 buildPythonPackage rec { 9 - version = "8.0.0"; 9 + version = "9.0.0"; 10 10 pname = "azure-mgmt-hdinsight"; 11 11 disabled = isPy27; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "2c43f1a62e5b83304392b0ad7cfdaeef2ef2f47cb3fdfa2577b703b6ea126000"; 15 + sha256 = "41ebdc69c0d1f81d25dd30438c14fff4331f66639f55805b918b9649eaffe78a"; 16 16 extension = "zip"; 17 17 }; 18 18