python3Packages.ipdb: 0.13.4 -> 0.13.7
This commit is contained in:
parent
35134e9071
commit
b4bc009eec
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ipdb";
|
||||
version = "0.13.4";
|
||||
version = "0.13.7";
|
||||
disabled = isPyPy || isPy27; # setupterm: could not find terminfo database
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c85398b5fb82f82399fc38c44fe3532c0dde1754abee727d8f5cfcc74547b334";
|
||||
sha256 = "178c367a61c1039e44e17c56fcc4a6e7dc11b33561261382d419b6ddb4401810";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ipython ];
|
||||
|
|
Loading…
Reference in a new issue