python313Packages.msticpy: 2.16.2.post -> 2.17.0 (#446453)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user