mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python313Packages.msticpy: 2.15.0 -> 2.16.0
Diff: https://github.com/microsoft/msticpy/compare/refs/tags/v2.15.0...v2.16.0 Changelog: https://github.com/microsoft/msticpy/releases/tag/v2.16.0
This commit is contained in:
parent
d9e589d58a
commit
3ecd9a8608
1 changed files with 4 additions and 2 deletions
|
@ -35,6 +35,7 @@
|
||||||
networkx,
|
networkx,
|
||||||
packaging,
|
packaging,
|
||||||
pandas,
|
pandas,
|
||||||
|
panel,
|
||||||
pydantic,
|
pydantic,
|
||||||
pygments,
|
pygments,
|
||||||
pyjwt,
|
pyjwt,
|
||||||
|
@ -49,7 +50,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "msticpy";
|
pname = "msticpy";
|
||||||
version = "2.15.0";
|
version = "2.16.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -58,7 +59,7 @@ buildPythonPackage rec {
|
||||||
owner = "microsoft";
|
owner = "microsoft";
|
||||||
repo = "msticpy";
|
repo = "msticpy";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-jYLAF+6yhZo74LYDaoA/+JTd05s6VCheYpHk6ilufBM=";
|
hash = "sha256-At7jYWrMcMVb2rWoQbtSAAqw1WRKLndPtn9qgmg03oI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "bokeh" ];
|
pythonRelaxDeps = [ "bokeh" ];
|
||||||
|
@ -97,6 +98,7 @@ buildPythonPackage rec {
|
||||||
networkx
|
networkx
|
||||||
packaging
|
packaging
|
||||||
pandas
|
pandas
|
||||||
|
panel
|
||||||
pydantic
|
pydantic
|
||||||
pygments
|
pygments
|
||||||
pyjwt
|
pyjwt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue