python34Packages.zope_location: update from 4.0.0 to 4.0.3

This commit is contained in:
Cillian de Róiste 2014-08-30 20:00:02 +02:00
parent f6a529aa51
commit 8c290a64a7

View file

@ -9521,11 +9521,11 @@ rec {
zope_location = buildPythonPackage rec {
name = "zope.location-4.0.0";
name = "zope.location-4.0.3";
src = fetchurl {
url = "http://pypi.python.org/packages/source/z/zope.location/zope.location-4.0.0.tar.gz";
md5 = "cd0e10d5923c95e352bcde505cc11324";
url = "http://pypi.python.org/packages/source/z/zope.location/zope.location-4.0.3.tar.gz";
sha256 = "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74";
};
propagatedBuildInputs = [ zope_proxy ];