python27Packages.ipdb: 0.13.0 -> 0.13.2
This commit is contained in:
parent
b0a29a6dae
commit
b7572546b4
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ipdb";
|
pname = "ipdb";
|
||||||
version = "0.13.0";
|
version = "0.13.2";
|
||||||
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 = "0nbs9m2pqg4j10m7c31vyb8h7wy29d9s8kiv0k2igbr821k1y3xr";
|
sha256 = "0jcd849rx30y3wcgzsqbn06v0yjlzvb9x3076q0yxpycdwm1ryvp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ ipython ];
|
propagatedBuildInputs = [ ipython ];
|
||||||
|
Loading…
Reference in New Issue
Block a user