packaging: bump tools to 0.8.2

This commit is contained in:
Marcin Kuzminski 2016-06-09 12:55:35 +02:00
parent e756b3e5f4
commit af27fb9cfb
2 changed files with 4 additions and 4 deletions

View file

@ -1047,13 +1047,13 @@
src = ./.;
};
rhodecode-tools = super.buildPythonPackage {
name = "rhodecode-tools-0.8.1";
name = "rhodecode-tools-0.8.2";
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.8.1.zip";
md5 = "f411826759cc4fab8dd35b40d7e19f78";
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.8.2.zip";
md5 = "4b65116ad471c7e8ed10aea4e323bd14";
};
};
serpent = super.buildPythonPackage {