Show More
@@ -13,3 +13,4 b' 24ffe44a27fcd1c5b6936144e176b9f6dd2f3a17' | |||
|
13 | 13 | beaeeaa440cd17471110d4621b8816506c0dff4a v4.5.0 |
|
14 | 14 | 668e5c656f61dd94595611844e1106d1361aa6a7 v4.5.1 |
|
15 | 15 | ae0640240cb7a77e6dc8c77e64dd80d79732cb5b v4.5.2 |
|
16 | 7af06899f426813583fe60449d7517cc49c15b28 v4.6.0 |
@@ -432,13 +432,13 b'' | |||
|
432 | 432 | }; |
|
433 | 433 | }; |
|
434 | 434 | pygments = super.buildPythonPackage { |
|
435 |
name = "pygments-2. |
|
|
435 | name = "pygments-2.2.0"; | |
|
436 | 436 | buildInputs = with self; []; |
|
437 | 437 | doCheck = false; |
|
438 | 438 | propagatedBuildInputs = with self; []; |
|
439 | 439 | src = fetchurl { |
|
440 |
url = "https://pypi.python.org/packages/ |
|
|
441 | md5 = "ed3fba2467c8afcda4d317e4ef2c6150"; | |
|
440 | url = "https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz"; | |
|
441 | md5 = "13037baca42f16917cbd5ad2fab50844"; | |
|
442 | 442 | }; |
|
443 | 443 | meta = { |
|
444 | 444 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -591,7 +591,7 b'' | |||
|
591 | 591 | name = "rhodecode-vcsserver-4.6.0"; |
|
592 | 592 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj]; |
|
593 | 593 | doCheck = true; |
|
594 | propagatedBuildInputs = with self; [Beaker configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid pyramid-jinja2 pyramid-mako repoze.lru simplejson subprocess32 subvertpy six translationstring WebOb wheel zope.deprecation zope.interface ipdb gevent greenlet gunicorn waitress Pyro4 serpent pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage]; | |
|
594 | propagatedBuildInputs = with self; [Beaker configobj dulwich hgsubversion 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 Pyro4 serpent pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage]; | |
|
595 | 595 | src = ./.; |
|
596 | 596 | meta = { |
|
597 | 597 | license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now