##// END OF EJS Templates
dependencies: bumped rhodecode-tools to 0.16.0
marcink -
r2966:e329f4f0 default
parent child Browse files
Show More
@@ -1779,7 +1779,7 b' self: super: {'
1779 };
1779 };
1780 };
1780 };
1781 "rhodecode-tools" = super.buildPythonPackage {
1781 "rhodecode-tools" = super.buildPythonPackage {
1782 name = "rhodecode-tools-0.15.0";
1782 name = "rhodecode-tools-0.16.0";
1783 doCheck = false;
1783 doCheck = false;
1784 propagatedBuildInputs = [
1784 propagatedBuildInputs = [
1785 self."click"
1785 self."click"
@@ -1794,8 +1794,8 b' self: super: {'
1794 self."whoosh"
1794 self."whoosh"
1795 ];
1795 ];
1796 src = fetchurl {
1796 src = fetchurl {
1797 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.15.0.tar.gz?md5=1046043b8c8d52480f7bca63185729b5";
1797 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.16.0.tar.gz?md5=87f81286b49156c2ac36f1a1acfa2164";
1798 sha256 = "0wywbpwy5m793a0z217ydzh7aivl7g7ijmyrg3wm70fnr5id93fx";
1798 sha256 = "00xcc2mj99lx9d0ksml0p2xrd00kf5ypwyigg58cc9j9bznx7mzr";
1799 };
1799 };
1800 meta = {
1800 meta = {
1801 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
1801 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
@@ -123,7 +123,7 b' cprofilev==1.0.7'
123 bottle==0.12.13
123 bottle==0.12.13
124
124
125 ## rhodecode-tools, special case
125 ## rhodecode-tools, special case
126 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.15.0.tar.gz?md5=1046043b8c8d52480f7bca63185729b5#egg=rhodecode-tools==0.15.0
126 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.16.0.tar.gz?md5=87f81286b49156c2ac36f1a1acfa2164#egg=rhodecode-tools==0.16.0
127
127
128 ## appenlight
128 ## appenlight
129 appenlight-client==0.6.25
129 appenlight-client==0.6.25
General Comments 0
You need to be logged in to leave comments. Login now