dependencies: pin to rhodecode-tools 0.14.0

This commit is contained in:
Marcin Kuzminski 2017-11-07 01:11:59 +01:00
parent 707dd7b083
commit f81094ddef
2 changed files with 4 additions and 4 deletions

View file

@ -1716,13 +1716,13 @@
};
};
rhodecode-tools = super.buildPythonPackage {
name = "rhodecode-tools-0.13.0";
name = "rhodecode-tools-0.14.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh];
src = fetchurl {
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.13.0.tar.gz?md5=f937b0cb34d0779103895a5ec5689ee4";
md5 = "f937b0cb34d0779103895a5ec5689ee4";
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.14.0.tar.gz?md5=15de9be3d185d832c4af2156fefc8eeb";
md5 = "15de9be3d185d832c4af2156fefc8eeb";
};
meta = {
license = [ { fullName = "AGPLv3 and Proprietary"; } ];