python27Packages.ipdb: 0.13.2 -> 0.13.3

This commit is contained in:
R. RyanTM 2020-07-06 12:19:00 +00:00 committed by Jon
parent 7ce695f0fd
commit 11f0e9d21d
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ipdb"; pname = "ipdb";
version = "0.13.2"; version = "0.13.3";
disabled = isPyPy; # setupterm: could not find terminfo database disabled = isPyPy; # setupterm: could not find terminfo database
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0jcd849rx30y3wcgzsqbn06v0yjlzvb9x3076q0yxpycdwm1ryvp"; sha256 = "0y3yk5k2yszcwxsjinvf40b1wl8wi8l6kv7pl9jmx9j53hk6vx6n";
}; };
propagatedBuildInputs = [ ipython ]; propagatedBuildInputs = [ ipython ];