Show More
@@ -16,13 +16,13 b'' | |||
|
16 | 16 | }; |
|
17 | 17 | }; |
|
18 | 18 | Jinja2 = super.buildPythonPackage { |
|
19 |
name = "Jinja2-2. |
|
|
19 | name = "Jinja2-2.10"; | |
|
20 | 20 | buildInputs = with self; []; |
|
21 | 21 | doCheck = false; |
|
22 | 22 | propagatedBuildInputs = with self; [MarkupSafe]; |
|
23 | 23 | src = fetchurl { |
|
24 | url = "https://pypi.python.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz"; | |
|
25 | md5 = "6411537324b4dba0956aaa8109f3c77b"; | |
|
24 | url = "https://pypi.python.org/packages/56/e6/332789f295cf22308386cf5bbd1f4e00ed11484299c5d7383378cf48ba47/Jinja2-2.10.tar.gz"; | |
|
25 | md5 = "61ef1117f945486472850819b8d1eb3d"; | |
|
26 | 26 | }; |
|
27 | 27 | meta = { |
|
28 | 28 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -653,7 +653,7 b'' | |||
|
653 | 653 | }; |
|
654 | 654 | }; |
|
655 | 655 | rhodecode-vcsserver = super.buildPythonPackage { |
|
656 |
name = "rhodecode-vcsserver-4.11. |
|
|
656 | name = "rhodecode-vcsserver-4.11.6"; | |
|
657 | 657 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj]; |
|
658 | 658 | doCheck = true; |
|
659 | 659 | propagatedBuildInputs = with self; [Beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mercurial msgpack-python pyramid pyramid-jinja2 pyramid-mako repoze.lru simplejson subprocess32 subvertpy six translationstring WebOb wheel zope.deprecation zope.interface ipdb ipython gevent greenlet gunicorn waitress pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage]; |
General Comments 0
You need to be logged in to leave comments.
Login now