Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pyprof2calltree/versions
···23buildPythonApplication rec {
4 pname = "pyprof2calltree";
5- version = "1.4.3";
67 # Fetch from GitHub because the PyPi packaged version does not
8 # include all test files.
···10 owner = "pwaller";
11 repo = "pyprof2calltree";
12 rev = "v" + version;
13- sha256 = "0i0a895zal193cpvzbv68fch606g4ik27rvzbby3vxk61zlxfqy5";
14 };
1516 meta = with lib; {
···23buildPythonApplication rec {
4 pname = "pyprof2calltree";
5+ version = "1.4.4";
67 # Fetch from GitHub because the PyPi packaged version does not
8 # include all test files.
···10 owner = "pwaller";
11 repo = "pyprof2calltree";
12 rev = "v" + version;
13+ sha256 = "1vrip41ib7nmkwa8rjny1na1wyp7nvvgvm0h9bd21i262kbm4nqx";
14 };
1516 meta = with lib; {