pythonPackages.virtualenv: update to 1.8.4

This commit is contained in:
Cillian de Róiste
2013-01-17 00:18:02 +01:00
parent f1054e5051
commit b85a093b07
2 changed files with 17 additions and 14 deletions
+2 -2
View File
@@ -3076,10 +3076,10 @@ let pythonPackages = python.modules // rec {
});
virtualenv = buildPythonPackage rec {
name = "virtualenv-1.6.4";
name = "virtualenv-1.8.4";
src = fetchurl {
url = "http://pypi.python.org/packages/source/v/virtualenv/${name}.tar.gz";
md5 = "1072b66d53c24e019a8f1304ac9d9fc5";
md5 = "1c7e56a7f895b2e71558f96e365ee7a7";
};
patches = [ ../development/python-modules/virtualenv-change-prefix.patch ];