Merge pull request #247976 from r-ryantm/auto-update/python310Packages.memory_profiler

python310Packages.memory_profiler: 0.55.0 -> 0.61.0
This commit is contained in:
Robert Scott
2023-08-11 23:08:47 +01:00
committed by GitHub
@@ -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; [