diff --git a/pkgs/development/python-modules/msticpy/default.nix b/pkgs/development/python-modules/msticpy/default.nix index eb8a35c721e6..d6a9c59f4c66 100644 --- a/pkgs/development/python-modules/msticpy/default.nix +++ b/pkgs/development/python-modules/msticpy/default.nix @@ -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 ];