From ca2d2bb0d5ea60e0eacec159348698b66fe2cd83 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:27 +0100 Subject: [PATCH] python3Packages.azure-monitor-query: 1.4.0 -> 1.4.1 https://github.com/Azure/azure-sdk-for-python/blob/azure-monitor-query_1.4.1/sdk/monitor/azure-monitor-query/CHANGELOG.md --- .../python-modules/azure-monitor-query/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/azure-monitor-query/default.nix b/pkgs/development/python-modules/azure-monitor-query/default.nix index f4d0870e8180..12f9d1157fec 100644 --- a/pkgs/development/python-modules/azure-monitor-query/default.nix +++ b/pkgs/development/python-modules/azure-monitor-query/default.nix @@ -11,12 +11,13 @@ buildPythonPackage rec { pname = "azure-monitor-query"; - version = "1.4.0"; + version = "1.4.1"; pyproject = true; src = fetchPypi { - inherit pname version; - hash = "sha256-aZxvPFlC8J2pjO8nP/u3QDkE7EP5PA1j8Qo2e0R54Ak="; + pname = "azure_monitor_query"; + inherit version; + hash = "sha256-cYJOK1d9Jd8NO+u7sFTAahrj68uRgxqbrAuzRNCt32g="; }; nativeBuildInputs = [ setuptools ];