# HG changeset patch # User Marcin Kuzminski # Date 2016-12-18 21:30:31 # Node ID d865cffcd2cf4dbc18ffcfe4e6c2bcce0aa8c849 # Parent b3a4cddce1091395c8a0696a4963b9d7a5b0ef6e release: updated pip2nix output for 4.5.2 diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -458,7 +458,7 @@ }; }; rhodecode-vcsserver = super.buildPythonPackage { - name = "rhodecode-vcsserver-4.5.1"; + name = "rhodecode-vcsserver-4.5.2"; buildInputs = with self; [mock pytest pytest-sugar WebTest]; doCheck = true; propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];