From 22b7449aacb9bd064537d230176154292a2f2fec Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 13 Jan 2019 14:30:50 -0800 Subject: [PATCH] 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 --- pkgs/development/python-modules/memory_profiler/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/memory_profiler/default.nix b/pkgs/development/python-modules/memory_profiler/default.nix index cf976f06ff0..e0367e6c505 100644 --- a/pkgs/development/python-modules/memory_profiler/default.nix +++ b/pkgs/development/python-modules/memory_profiler/default.nix @@ -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; [