diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -1440,13 +1440,13 @@ }; }; rhodecode-tools = super.buildPythonPackage { - name = "rhodecode-tools-0.9.0"; + name = "rhodecode-tools-0.10.0"; buildInputs = with self; []; doCheck = false; propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl]; src = fetchurl { - url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.9.0.zip"; - md5 = "65125e63d25eabac2b20cb73842e1e84"; + url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip"; + md5 = "4762391473ded761bead3aa58c748044"; }; meta = { license = [ { fullName = "AGPLv3 and Proprietary"; } ]; diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -124,7 +124,7 @@ pyzmq==14.6.0 # TODO: This is not available in public # rc-testdata==0.2.0 -https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.9.0.zip#md5=65125e63d25eabac2b20cb73842e1e84 +https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip#md5=4762391473ded761bead3aa58c748044 recaptcha-client==1.0.6