# HG changeset patch # User Marcin Kuzminski # Date 2016-10-14 20:11:35 # Node ID 20caeffa62d19a8b7c34a78b7a7ef602c5e0a174 # Parent 296127f67c47ad96edbc8a758c7764748fdd7515 release: updated pip2nix output for 4.4.2 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.1"; + name = "rhodecode-vcsserver-4.4.2"; 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];