# HG changeset patch # User Marcin Kuzminski # Date 2016-12-01 20:02:19 # Node ID 622587b649883faf60b1af1fbc3f8a92c0135ff1 # Parent 46f02be56ceaeed5c2800aade0b6d60be1e7d62f packages: updated nix packages with latest version 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.0"; + name = "rhodecode-vcsserver-4.6.0"; 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];