0
0
Fork 0
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:
Fabian Affolter 2025-02-22 02:52:30 +01:00
parent d9e589d58a
commit 3ecd9a8608

View file

@ -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