python313Packages.msticpy: 2.15.0 -> 2.16.0 (#384110)
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
networkx,
|
||||
packaging,
|
||||
pandas,
|
||||
panel,
|
||||
pydantic,
|
||||
pygments,
|
||||
pyjwt,
|
||||
@@ -49,7 +50,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "msticpy";
|
||||
version = "2.15.0";
|
||||
version = "2.16.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -58,7 +59,7 @@ buildPythonPackage rec {
|
||||
owner = "microsoft";
|
||||
repo = "msticpy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-jYLAF+6yhZo74LYDaoA/+JTd05s6VCheYpHk6ilufBM=";
|
||||
hash = "sha256-At7jYWrMcMVb2rWoQbtSAAqw1WRKLndPtn9qgmg03oI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "bokeh" ];
|
||||
@@ -97,6 +98,7 @@ buildPythonPackage rec {
|
||||
networkx
|
||||
packaging
|
||||
pandas
|
||||
panel
|
||||
pydantic
|
||||
pygments
|
||||
pyjwt
|
||||
|
||||
Reference in New Issue
Block a user