python312Packages.msticpy: 2.14.0 -> 2.15.0 (#363889)

This commit is contained in:
Fabian Affolter
2024-12-11 08:12:12 +01:00
committed by GitHub
@@ -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" ];