pkgs/development/python-modules/zope: updated to version 3.4.0
svn path=/nixpkgs/trunk/; revision=23145
This commit is contained in:
parent
8c1717677e
commit
65eb1a248f
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, python}:
|
{stdenv, fetchurl, python}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.2.1";
|
version = "3.4.0";
|
||||||
name = "zope-${version}";
|
name = "zope-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.zope.org/Products/Zope3/${version}/Zope-${version}.tgz";
|
url = "http://www.zope.org/Products/Zope3/${version}/Zope-${version}.tgz";
|
||||||
sha256 = "8431984af75054e4ddfe45bf708924240f8b6b02220cd84d090138413ac82341";
|
sha256 = "3e834e8749945d8fc0a67bb724f2cf0c671f04f477e24fb8edb74828e331901d";
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
./zope_python-2.4.4.patch
|
./zope_python-2.4.4.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user