about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-monitor
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-03-24 01:51:55 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-03-24 01:51:55 +0100
commit986fbf47998f6ad70a084e702db24c11a01e5a83 (patch)
treec523b60b5fb0a3c5cbef5c515de538f1168e411e /pkgs/development/python-modules/azure-mgmt-monitor
parentbca769cbb789c7eb476154f809fcafb31a347c61 (diff)
parentcbd504c0ae8eb3be7cbf0e28eee3d85c9d6b7ce4 (diff)
Merge branch 'staging-next' into staging
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-monitor')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-monitor/default.nix4
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 ad0a97d4e82a6..fb3bd445b78ee 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 = [