From c3a22beeb8dbfd05b880817195f827bd0d344eec Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 1 Aug 2025 15:48:27 +0000 Subject: [PATCH] python3Packages.azure-monitor-query: 1.4.1 -> 2.0.0 --- .../python-modules/azure-monitor-query/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-monitor-query/default.nix b/pkgs/development/python-modules/azure-monitor-query/default.nix index 0077a3a56a44..5150f57a9de7 100644 --- a/pkgs/development/python-modules/azure-monitor-query/default.nix +++ b/pkgs/development/python-modules/azure-monitor-query/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "azure-monitor-query"; - version = "1.4.1"; + version = "2.0.0"; pyproject = true; src = fetchPypi { pname = "azure_monitor_query"; inherit version; - hash = "sha256-cYJOK1d9Jd8NO+u7sFTAahrj68uRgxqbrAuzRNCt32g="; + hash = "sha256-ewXy/KxPtn/J93p9TF2YoPMJn7c7V8aewbCAdzmUZxs="; }; nativeBuildInputs = [ setuptools ];