python3Packages.azure-kusto-data: 4.6.3 -> 5.0.5

https://github.com/Azure/azure-kusto-python/releases/tag/v5.0.5

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:08 +02:00
parent 179091f809
commit c688a1f976
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "azure-kusto-data";
version = "4.6.3";
version = "5.0.5";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Azure";
repo = "azure-kusto-python";
tag = "v${version}";
hash = "sha256-VndOEvSi4OMf/yAjNl34X9IFF0T+wNfjlPW8NfdrwUo=";
hash = "sha256-DEHTxSvc6AeBMEJuAiDavFj2xVfPmWKpZBaZcpHWHak=";
};
sourceRoot = "${src.name}/${pname}";