# HG changeset patch # User Marcin Kuzminski # Date 2016-07-04 08:17:35 # Node ID 8ac00792d16811ea5c4012fa31220677ee1a99e1 # Parent c20440ff28b2d378b45a3b547e05d93aba50ee8e release: updated pip2nix output for 4.2.1 diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -299,7 +299,7 @@ }; }; rhodecode-vcsserver = super.buildPythonPackage { - name = "rhodecode-vcsserver-4.2.0"; + name = "rhodecode-vcsserver-4.2.1"; 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];