about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-monitor
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 00:58:53 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 00:58:53 -0700
commit73e4865e87eecb1f3da1d884dd50300264b80d4f (patch)
tree2d56acba89066809a270111c0f173831125a2623 /pkgs/development/python-modules/azure-mgmt-monitor
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
python37Packages.azure-mgmt-monitor: 0.6.0 -> 0.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-monitor/versions
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 0a6f045dc4b79..3233e9bc00eea 100644
--- a/pkgs/development/python-modules/azure-mgmt-monitor/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-monitor/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-monitor";
-  version = "0.6.0";
+  version = "0.7.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "5a804dae2c3e31bfd6f1b0482d49761b9a56f7eefa9b190cd76ef5fe1d504ef2";
+    sha256 = "1pprvk5255b6brbw73g0g13zygwa7a2px5x08wy3153rqlzan5l2";
   };
 
   propagatedBuildInputs = [