diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2020-03-23 07:52:51 +0000 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-03-23 08:50:15 -0700 |
| commit | 820deb5a46001a4689b30527f6538b3f855835a1 (patch) | |
| tree | 2c936470c7a4a9c9504f9451f490a386641ea761 | |
| parent | python27Packages.dropbox: 9.4.0 -> 9.5.0 (diff) | |
| download | nixpkgs-820deb5a46001a4689b30527f6538b3f855835a1.tar.gz | |
python27Packages.azure-mgmt-monitor: 0.7.0 -> 0.8.0
| -rw-r--r-- | pkgs/development/python-modules/azure-mgmt-monitor/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-monitor/default.nix b/pkgs/development/python-modules/azure-mgmt-monitor/default.nix index 252760950e5b..ccefd96ce73b 100644 --- a/pkgs/development/python-modules/azure-mgmt-monitor/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-monitor/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "azure-mgmt-monitor"; - version = "0.7.0"; + version = "0.8.0"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "1pprvk5255b6brbw73g0g13zygwa7a2px5x08wy3153rqlzan5l2"; + sha256 = "09bhk6kpf1j1kgsyfdrfmfixrdj0iikx25dr1mh9dc6lci07i1cx"; }; propagatedBuildInputs = [ |
