mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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,
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue