python312Packages.msticpy: 2.14.0 -> 2.15.0

Diff: https://github.com/microsoft/msticpy/compare/refs/tags/v2.14.0...v2.15.0

Changelog: https://github.com/microsoft/msticpy/releases/tag/v2.15.0
This commit is contained in:
Fabian Affolter
2024-12-10 12:17:54 +01:00
parent e683434394
commit 56e36e8d57
@@ -49,7 +49,7 @@
buildPythonPackage rec {
pname = "msticpy";
version = "2.14.0";
version = "2.15.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -58,7 +58,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "msticpy";
rev = "refs/tags/v${version}";
hash = "sha256-9qTcXcgUxjSLbsWT7O9ilYuRRPPyN0v9NzUkbd4cIn0=";
hash = "sha256-jYLAF+6yhZo74LYDaoA/+JTd05s6VCheYpHk6ilufBM=";
};
pythonRelaxDeps = [ "bokeh" ];