3
0
Fork 0
forked from mirrors/nixpkgs

pkgs/development/python-modules/zope: updated to version 3.4.0

svn path=/nixpkgs/trunk/; revision=23145
This commit is contained in:
Peter Simons 2010-08-12 12:53:45 +00:00
parent 8c1717677e
commit 65eb1a248f

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, python}:
stdenv.mkDerivation rec {
version = "3.2.1";
version = "3.4.0";
name = "zope-${version}";
src = fetchurl {
url = "http://www.zope.org/Products/Zope3/${version}/Zope-${version}.tgz";
sha256 = "8431984af75054e4ddfe45bf708924240f8b6b02220cd84d090138413ac82341";
url = "http://www.zope.org/Products/Zope3/${version}/Zope-${version}.tgz";
sha256 = "3e834e8749945d8fc0a67bb724f2cf0c671f04f477e24fb8edb74828e331901d";
};
patches = [
./zope_python-2.4.4.patch