dependencies: bumped ipdb==0.13.2
This commit is contained in:
parent
7dc924ac84
commit
516d3ea18e
2 changed files with 4 additions and 4 deletions
|
|
@ -787,15 +787,15 @@ self: super: {
|
|||
};
|
||||
};
|
||||
"ipdb" = super.buildPythonPackage {
|
||||
name = "ipdb-0.12";
|
||||
name = "ipdb-0.13.2";
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
self."setuptools"
|
||||
self."ipython"
|
||||
];
|
||||
src = fetchurl {
|
||||
url = "https://files.pythonhosted.org/packages/6d/43/c3c2e866a8803e196d6209595020a4a6db1a3c5d07c01455669497ae23d0/ipdb-0.12.tar.gz";
|
||||
sha256 = "1khr2n7xfy8hg65kj1bsrjq9g7656pp0ybfa8abpbzpdawji3qnw";
|
||||
url = "https://files.pythonhosted.org/packages/2c/bb/a3e1a441719ebd75c6dac8170d3ddba884b7ee8a5c0f9aefa7297386627a/ipdb-0.13.2.tar.gz";
|
||||
sha256 = "0jcd849rx30y3wcgzsqbn06v0yjlzvb9x3076q0yxpycdwm1ryvp";
|
||||
};
|
||||
meta = {
|
||||
license = [ pkgs.lib.licenses.bsdOriginal ];
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ gunicorn==19.9.0
|
|||
waitress==1.3.1
|
||||
|
||||
## debug
|
||||
ipdb==0.12.0
|
||||
ipdb==0.13.2
|
||||
ipython==5.1.0
|
||||
|
||||
## rhodecode-tools, special case, use file://PATH.tar.gz#egg=rhodecode-tools==X.Y.Z, to test local version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue