Skip to content

Commit

Permalink
python312Packages.msticpy: 2.14.0 -> 2.15.0 (#363889)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 11, 2024
2 parents cdc04e6 + 56e36e8 commit 91aec70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/msticpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

buildPythonPackage rec {
pname = "msticpy";
version = "2.14.0";
version = "2.15.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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" ];
Expand Down

0 comments on commit 91aec70

Please sign in to comment.