Merge pull request #86482 from SFrijters/pyprof2calltree
pyprof2calltree: 1.4.4 -> 1.4.5
This commit is contained in:
commit
c2402984a3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyprof2calltree";
|
pname = "pyprof2calltree";
|
||||||
version = "1.4.4";
|
version = "1.4.5";
|
||||||
|
|
||||||
# Fetch from GitHub because the PyPi packaged version does not
|
# Fetch from GitHub because the PyPi packaged version does not
|
||||||
# include all test files.
|
# include all test files.
|
||||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
owner = "pwaller";
|
owner = "pwaller";
|
||||||
repo = "pyprof2calltree";
|
repo = "pyprof2calltree";
|
||||||
rev = "v" + version;
|
rev = "v" + version;
|
||||||
sha256 = "1vrip41ib7nmkwa8rjny1na1wyp7nvvgvm0h9bd21i262kbm4nqx";
|
sha256 = "0akighssiswfhi5285rrj37am6flg3ip17c34bayq3r8yyk1iciy";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user