##// END OF EJS Templates
nix: bump internal version to 4.1.0
marcink -
r17:78d8f5f6 default
parent child Browse files
Show More
@@ -230,7 +230,7 b''
230 };
230 };
231 };
231 };
232 rhodecode-vcsserver = super.buildPythonPackage {
232 rhodecode-vcsserver = super.buildPythonPackage {
233 name = "rhodecode-vcsserver-4.0.0";
233 name = "rhodecode-vcsserver-4.1.0";
234 buildInputs = with self; [mock pytest WebTest];
234 buildInputs = with self; [mock pytest WebTest];
235 doCheck = true;
235 doCheck = true;
236 propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];
236 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