diff options
Diffstat (limited to 'pkgs/development/python-modules/msticpy/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/msticpy/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/msticpy/default.nix b/pkgs/development/python-modules/msticpy/default.nix index a4baed210845..eb8a35c721e6 100644 --- a/pkgs/development/python-modules/msticpy/default.nix +++ b/pkgs/development/python-modules/msticpy/default.nix @@ -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 ]; }; |
