Commit f230eb09 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.msticpy: 2.17.2 -> 3.0.0

parent 899ec2ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,14 +49,14 @@

buildPythonPackage rec {
  pname = "msticpy";
  version = "2.17.2";
  version = "3.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "msticpy";
    tag = "v${version}";
    hash = "sha256-tzAfynPyIqvWHxzLZ67r/Q5hNBKZAJhllhEVJ69L43k=";
    hash = "sha256-aX5Nd0tNuweBp2SqGwe4/Z4LcdJaX3p5LLNQAOdGVGo=";
  };

  pythonRelaxDeps = [