python313Packages.msticpy: 2.16.2.post -> 2.17.0

Changelog: https://github.com/microsoft/msticpy/releases/tag/v2.17.0

Changed files
+6 -3
pkgs
development
python-modules
msticpy
+6 -3
pkgs/development/python-modules/msticpy/default.nix
···
buildPythonPackage rec {
pname = "msticpy";
-
version = "2.16.2.post";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "microsoft";
repo = "msticpy";
tag = "v${version}";
-
hash = "sha256-EUZAN56EXNnAFXiBhtjsu652+K3T/qMZoWt2N1C92mU=";
};
-
pythonRelaxDeps = [ "bokeh" ];
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "msticpy";
+
version = "2.17.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "microsoft";
repo = "msticpy";
tag = "v${version}";
+
hash = "sha256-f2aCVD3EPRFjbpN+HcM3be46fPbVXkIFUFw/xoRzGfg=";
};
+
pythonRelaxDeps = [
+
"azure-kusto-data"
+
"bokeh"
+
];
build-system = [ setuptools ];