mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python34Packages.zope_location: update from 4.0.0 to 4.0.3
This commit is contained in:
parent
f6a529aa51
commit
8c290a64a7
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue