python313Packages.msticpy: 2.16.0 -> 2.16.1

Diff: https://github.com/microsoft/msticpy/compare/refs/tags/v2.16.0...v2.16.1

Changelog: https://github.com/microsoft/msticpy/releases/tag/v2.16.1
This commit is contained in:
Fabian Affolter
2025-04-01 09:07:30 +02:00
parent 9a0251be55
commit 0fbfb6e788
@@ -50,7 +50,7 @@
buildPythonPackage rec {
pname = "msticpy";
version = "2.16.0";
version = "2.16.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -59,7 +59,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "msticpy";
tag = "v${version}";
hash = "sha256-At7jYWrMcMVb2rWoQbtSAAqw1WRKLndPtn9qgmg03oI=";
hash = "sha256-bvqeH2JCUCrObQBgoD6ie2IEfH0nQAuiZoFX81+T7Gs=";
};
pythonRelaxDeps = [ "bokeh" ];