# HG changeset patch # User Marcin Kuzminski # Date 2016-09-27 15:12:07 # Node ID f25ade6006f8a6f3f75668c17203004aedc808e3 # Parent 9fe0825aa99a07df233b8a00fe7289dce58ca866 release: updated pip2nix output for 4.4.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.4.0"; + name = "rhodecode-vcsserver-4.4.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];