python3Packages.azure-mgmt-monitor: 1.0.1 -> 2.0.0

This commit is contained in:
Jonathan Ringer 2021-01-15 11:55:31 -08:00
parent 34acba7a53
commit 01a1d76fb1
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-monitor";
version = "1.0.1";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "04bd89d74fe47f966b09e3256ffefcfa5c1a51057a6b33c092afe5ae17a1a7b7";
sha256 = "e7f7943fe8f0efe98b3b1996cdec47c709765257a6e09e7940f7838a0f829e82";
};
propagatedBuildInputs = [