dependencies: pin to rhodecode-tools 0.14.0
This commit is contained in:
parent
707dd7b083
commit
f81094ddef
2 changed files with 4 additions and 4 deletions
|
|
@ -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"; } ];
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ CProfileV==1.0.7
|
|||
bottle==0.12.13
|
||||
|
||||
## rhodecode-tools, special case
|
||||
https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.13.0.tar.gz?md5=f937b0cb34d0779103895a5ec5689ee4#egg=rhodecode-tools==0.13.0
|
||||
https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.14.0.tar.gz?md5=15de9be3d185d832c4af2156fefc8eeb#egg=rhodecode-tools==0.14.0
|
||||
|
||||
## appenlight
|
||||
appenlight-client==0.6.21
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue