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

python312Packages.msticpy: 2.16.1 -> 2.16.2.post

parent e58dd8c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@

buildPythonPackage rec {
  pname = "msticpy";
  version = "2.16.1";
  version = "2.16.2.post";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -59,7 +59,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "msticpy";
    tag = "v${version}";
    hash = "sha256-bvqeH2JCUCrObQBgoD6ie2IEfH0nQAuiZoFX81+T7Gs=";
    hash = "sha256-EUZAN56EXNnAFXiBhtjsu652+K3T/qMZoWt2N1C92mU=";
  };

  pythonRelaxDeps = [ "bokeh" ];
@@ -117,7 +117,7 @@ buildPythonPackage rec {
  meta = {
    description = "Microsoft Threat Intelligence Security Tools";
    homepage = "https://github.com/microsoft/msticpy";
    changelog = "https://github.com/microsoft/msticpy/releases/tag/v${version}";
    changelog = "https://github.com/microsoft/msticpy/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ fab ];
  };