python37Packages.memory_profiler: 0.54.0 -> 0.55.0 (#53541)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-memory_profiler/versions
This commit is contained in:
R. RyanTM 2019-01-13 14:30:50 -08:00 committed by xeji
parent 8afbd89edb
commit 22b7449aac

View File

@ -4,11 +4,11 @@
python.pkgs.buildPythonPackage rec {
pname = "memory_profiler";
version = "0.54.0";
version = "0.55.0";
src = python.pkgs.fetchPypi {
inherit pname version;
sha256 = "06ld8h8mhm8pk0sv7fxgx0y2q8nri65qlh4vjbs0bq9j7yi44hyn";
sha256 = "1hdgh5f59bya079w4ahx4l0hf4gc5yvaz44irp5x57cj9hkpp92z";
};
propagatedBuildInputs = with python.pkgs; [