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
commit b5b75d1414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [