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
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user