# HG changeset patch # User Marcin Kuzminski # Date 2016-08-23 08:54:13 # Node ID cd77d1435da1cb4120c8ed048689ac86170f95cc # Parent fa14be460c6437d3ef49be92d2f180769e321dfe release: updated pip2nix output for 4.3.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.3.0"; + name = "rhodecode-vcsserver-4.3.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];