python313Packages.azure-monitor-query: 1.4.0 -> 1.4.1 (#378525)

This commit is contained in:
Fabian Affolter
2025-02-01 16:59:54 +01:00
committed by GitHub
@@ -1,22 +1,24 @@
{
lib,
azure-cli,
azure-core,
buildPythonPackage,
fetchPypi,
isodate,
lib,
setuptools,
typing-extensions,
}:
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 ];