##// END OF EJS Templates
dependencies: bumped ipdb to 0.12.0
marcink -
r3581:41d44c1d default
parent child Browse files
Show More
@@ -714,15 +714,15 b' self: super: {'
714 714 };
715 715 };
716 716 "ipdb" = super.buildPythonPackage {
717 name = "ipdb-0.11";
717 name = "ipdb-0.12";
718 718 doCheck = false;
719 719 propagatedBuildInputs = [
720 720 self."setuptools"
721 721 self."ipython"
722 722 ];
723 723 src = fetchurl {
724 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
725 sha256 = "02m0l8wrhhd3z7dg3czn5ys1g5pxib516hpshdzp7rxzsxgcd0bh";
724 url = "https://files.pythonhosted.org/packages/6d/43/c3c2e866a8803e196d6209595020a4a6db1a3c5d07c01455669497ae23d0/ipdb-0.12.tar.gz";
725 sha256 = "1khr2n7xfy8hg65kj1bsrjq9g7656pp0ybfa8abpbzpdawji3qnw";
726 726 };
727 727 meta = {
728 728 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -109,7 +109,7 b' gunicorn==19.9.0'
109 109 waitress==1.1.0
110 110
111 111 ## debug
112 ipdb==0.11.0
112 ipdb==0.12.0
113 113 ipython==5.1.0
114 114
115 115 ## rhodecode-tools, special case
General Comments 0
You need to be logged in to leave comments. Login now