From 56e36e8d5763d367e920d2760bca5b2201675b62 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 10 Dec 2024 12:17:54 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/msticpy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/msticpy/default.nix b/pkgs/development/python-modules/msticpy/default.nix index 737a54b83f26..16edae320a26 100644 --- a/pkgs/development/python-modules/msticpy/default.nix +++ b/pkgs/development/python-modules/msticpy/default.nix @@ -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" ];