python3Packages.azure-mgmt-hdinsight: 7.0.0 -> 8.0.0

This commit is contained in:
Jonathan Ringer 2021-06-09 14:05:42 -07:00 committed by Jonathan Ringer
parent ef4b195922
commit d669a902f2

View file

@ -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";
};