pythonPackages.chameleon: 2.11 -> 2.15
This commit is contained in:
parent
9a77b8e64f
commit
67b0c3e1a6
@ -2440,11 +2440,11 @@ rec {
|
|||||||
|
|
||||||
|
|
||||||
chameleon = buildPythonPackage rec {
|
chameleon = buildPythonPackage rec {
|
||||||
name = "Chameleon-2.11";
|
name = "Chameleon-2.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/C/Chameleon/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/C/Chameleon/${name}.tar.gz";
|
||||||
md5 = "df72458bf3dd26a744dcff5ad555c34b";
|
md5 = "0214647152fcfcb9ce357624f8f9f203";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [] ++ optionals isPy26 [ ordereddict unittest2 ];
|
buildInputs = [] ++ optionals isPy26 [ ordereddict unittest2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user