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 ];