##// END OF EJS Templates
packages: updated nix packages with latest version
marcink -
r115:622587b6 default
parent child Browse files
Show More
@@ -458,7 +458,7 b''
458 };
458 };
459 };
459 };
460 rhodecode-vcsserver = super.buildPythonPackage {
460 rhodecode-vcsserver = super.buildPythonPackage {
461 name = "rhodecode-vcsserver-4.5.0";
461 name = "rhodecode-vcsserver-4.6.0";
462 buildInputs = with self; [mock pytest pytest-sugar WebTest];
462 buildInputs = with self; [mock pytest pytest-sugar WebTest];
463 doCheck = true;
463 doCheck = true;
464 propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];
464 propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];
General Comments 0
You need to be logged in to leave comments. Login now