tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.msticpy: 2.17.0 -> 2.17.1
R. Ryantm
3 months ago
e0627c97
6e0e8f12
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
msticpy
default.nix
+2
-2
pkgs/development/python-modules/msticpy/default.nix
···
50
51
buildPythonPackage rec {
52
pname = "msticpy";
53
-
version = "2.17.0";
54
pyproject = true;
55
56
disabled = pythonOlder "3.8";
···
59
owner = "microsoft";
60
repo = "msticpy";
61
tag = "v${version}";
62
-
hash = "sha256-f2aCVD3EPRFjbpN+HcM3be46fPbVXkIFUFw/xoRzGfg=";
63
};
64
65
pythonRelaxDeps = [
···
50
51
buildPythonPackage rec {
52
pname = "msticpy";
53
+
version = "2.17.1";
54
pyproject = true;
55
56
disabled = pythonOlder "3.8";
···
59
owner = "microsoft";
60
repo = "msticpy";
61
tag = "v${version}";
62
+
hash = "sha256-2p06WKqs0lApEjWhSrq2BL95OxbyBg0Jn2ziwxsNEEE=";
63
};
64
65
pythonRelaxDeps = [