Loading pkgs/development/python-modules/memory_profiler/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ python.pkgs.buildPythonPackage rec { pname = "memory_profiler"; version = "0.55.0"; version = "0.61.0"; src = fetchPypi { inherit pname version; sha256 = "1hdgh5f59bya079w4ahx4l0hf4gc5yvaz44irp5x57cj9hkpp92z"; sha256 = "sha256-Tltz14ZKHRKS+3agPoKj5475NNBoKKaY2dradtogZ7A="; }; propagatedBuildInputs = with python.pkgs; [ Loading Loading
pkgs/development/python-modules/memory_profiler/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ python.pkgs.buildPythonPackage rec { pname = "memory_profiler"; version = "0.55.0"; version = "0.61.0"; src = fetchPypi { inherit pname version; sha256 = "1hdgh5f59bya079w4ahx4l0hf4gc5yvaz44irp5x57cj9hkpp92z"; sha256 = "sha256-Tltz14ZKHRKS+3agPoKj5475NNBoKKaY2dradtogZ7A="; }; propagatedBuildInputs = with python.pkgs; [ Loading