Unverified Commit 40be1dcb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.msticpy: 2.16.2.post -> 2.17.0 (#446453)

parents 85210099 f74e36b7
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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 ];