# HG changeset patch # User Marcin Kuzminski # Date 2016-06-16 21:01:39 # Node ID fbafef2cc6dbc78dac0ed7360c07075c6f62fc58 # Parent c0836a4f82a6dffe2e4c54f76517eb04c2e29686 release: updated pip2nix output for 4.1.2 diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -230,7 +230,7 @@ }; }; rhodecode-vcsserver = super.buildPythonPackage { - name = "rhodecode-vcsserver-4.1.0"; + name = "rhodecode-vcsserver-4.1.2"; buildInputs = with self; [mock pytest WebTest]; doCheck = true; propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];