python312Packages.msticpy: 2.16.1 -> 2.16.2.post

This commit is contained in:
R. Ryantm
2025-04-12 02:07:15 +00:00
parent e58dd8c9bc
commit b959892cc6
@@ -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 ];
};