python313Packages.msticpy: 2.16.2.post -> 2.17.0

Changelog: https://github.com/microsoft/msticpy/releases/tag/v2.17.0
This commit is contained in:
Fabian Affolter
2025-09-26 23:43:18 +02:00
parent b2d4505fbe
commit f74e36b73d
@@ -50,7 +50,7 @@
buildPythonPackage rec {
pname = "msticpy";
version = "2.16.2.post";
version = "2.17.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -59,10 +59,13 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "msticpy";
tag = "v${version}";
hash = "sha256-EUZAN56EXNnAFXiBhtjsu652+K3T/qMZoWt2N1C92mU=";
hash = "sha256-f2aCVD3EPRFjbpN+HcM3be46fPbVXkIFUFw/xoRzGfg=";
};
pythonRelaxDeps = [ "bokeh" ];
pythonRelaxDeps = [
"azure-kusto-data"
"bokeh"
];
build-system = [ setuptools ];