Unverified Commit 888d34dd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.msticpy: 2.17.1 -> 2.17.2 (#459684)

parents 3f91547e 559becaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@

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

  disabled = pythonOlder "3.8";
@@ -59,7 +59,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "msticpy";
    tag = "v${version}";
    hash = "sha256-2p06WKqs0lApEjWhSrq2BL95OxbyBg0Jn2ziwxsNEEE=";
    hash = "sha256-tzAfynPyIqvWHxzLZ67r/Q5hNBKZAJhllhEVJ69L43k=";
  };

  pythonRelaxDeps = [