Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pyprof2calltree: 1.4.3 -> 1.4.4

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

+2 -2
+2 -2
pkgs/development/tools/profiling/pyprof2calltree/default.nix
··· 2 3 buildPythonApplication rec { 4 pname = "pyprof2calltree"; 5 - version = "1.4.3"; 6 7 # 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 }; 15 16 meta = with lib; {
··· 2 3 buildPythonApplication rec { 4 pname = "pyprof2calltree"; 5 + version = "1.4.4"; 6 7 # 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 }; 15 16 meta = with lib; {