dependencies: bumped paste to version 2.0.3.

This commit is contained in:
Marcin Kuzminski 2016-12-13 16:29:25 +01:00
parent 31467b5fa4
commit d08f53f078
2 changed files with 4 additions and 4 deletions

View file

@ -133,13 +133,13 @@
};
};
Paste = super.buildPythonPackage {
name = "Paste-2.0.2";
name = "Paste-2.0.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six];
src = fetchurl {
url = "https://pypi.python.org/packages/d5/8d/0f8ac40687b97ff3e07ebd1369be20bdb3f93864d2dc3c2ff542edb4ce50/Paste-2.0.2.tar.gz";
md5 = "4bfc8a7eaf858f6309d2ac0f40fc951c";
url = "https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
md5 = "1231e14eae62fa7ed76e9130b04bc61e";
};
meta = {
license = [ pkgs.lib.licenses.mit ];

View file

@ -39,7 +39,7 @@ nose==1.3.6
objgraph==2.0.0
packaging==15.2
paramiko==1.15.1
Paste==2.0.2
Paste==2.0.3
PasteDeploy==1.5.2
PasteScript==1.7.5
psutil==4.3.1