python310Packages.memory_profiler: 0.55.0 -> 0.61.0

This commit is contained in:
R. Ryantm
2023-08-08 17:24:31 +00:00
parent 4e6868b1aa
commit 645e454361
@@ -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; [