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
···2233buildPythonApplication rec {
44 pname = "pyprof2calltree";
55- version = "1.4.3";
55+ version = "1.4.4";
6677 # Fetch from GitHub because the PyPi packaged version does not
88 # include all test files.
···1010 owner = "pwaller";
1111 repo = "pyprof2calltree";
1212 rev = "v" + version;
1313- sha256 = "0i0a895zal193cpvzbv68fch606g4ik27rvzbby3vxk61zlxfqy5";
1313+ sha256 = "1vrip41ib7nmkwa8rjny1na1wyp7nvvgvm0h9bd21i262kbm4nqx";
1414 };
15151616 meta = with lib; {