dependencies: bumped pyramid-debugtoolbar to 4.3.0

This commit is contained in:
Marcin Kuzminski 2017-11-06 22:06:32 +01:00
parent 09cb5cd47b
commit 72fd56ec4f
2 changed files with 4 additions and 4 deletions

View file

@ -1433,13 +1433,13 @@
};
};
pyramid-debugtoolbar = super.buildPythonPackage {
name = "pyramid-debugtoolbar-4.2.1";
name = "pyramid-debugtoolbar-4.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments ipaddress];
src = fetchurl {
url = "https://pypi.python.org/packages/db/26/94620b7752936e2cd74838263ff366db9b454f7394bfb62d1eb2f84b29c1/pyramid_debugtoolbar-4.2.1.tar.gz";
md5 = "3dfaced2fab1644ff5284017be9d92b9";
url = "https://pypi.python.org/packages/a4/40/f09d8800bfc3c09bdb6c95f37bb61c890dc62c19c4e7caa304da7aa77403/pyramid_debugtoolbar-4.3.tar.gz";
md5 = "9c49029e9f0695130499ef6416ffaaf8";
};
meta = {
license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];

View file

@ -54,8 +54,8 @@ pygments-markdown-lexer==0.1.0.dev39
Pygments==2.2.0
pyparsing==1.5.7
pyramid-beaker==0.8
pyramid-debugtoolbar==4.2.1
pyramid-jinja2==2.5
pyramid-debugtoolbar==4.3.0
pyramid-mako==1.0.2
pyramid==1.9.1
pysqlite==2.8.3