mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
Merge pull request #81596 from r-ryantm/auto-update/python2.7-ipdb
python27Packages.ipdb: 0.12.3 -> 0.13.0
This commit is contained in:
commit
111afd285c
@ -7,12 +7,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ipdb";
|
||||
version = "0.12.3";
|
||||
version = "0.13.0";
|
||||
disabled = isPyPy; # setupterm: could not find terminfo database
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1zbj7xjhkr44grfyv1hb7ff5n1218f9jjabgzica29vh7c74m6jx";
|
||||
sha256 = "0nbs9m2pqg4j10m7c31vyb8h7wy29d9s8kiv0k2igbr821k1y3xr";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ipython ];
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/gotcha/ipdb;
|
||||
homepage = "https://github.com/gotcha/ipdb";
|
||||
description = "IPython-enabled pdb";
|
||||
license = licenses.bsd0;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
|
Loading…
Reference in New Issue
Block a user