pythonPackages.chameleon: 2.15 -> 2.25
This commit is contained in:
parent
e5cca82d79
commit
00b3d6957a
@ -9771,18 +9771,15 @@ in {
|
|||||||
|
|
||||||
|
|
||||||
chameleon = buildPythonPackage rec {
|
chameleon = buildPythonPackage rec {
|
||||||
name = "Chameleon-2.15";
|
name = "Chameleon-2.25";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/C/Chameleon/${name}.tar.gz";
|
url = "mirror://pypi/C/Chameleon/${name}.tar.gz";
|
||||||
sha256 = "bd1dfc96742c2a5b0b2adcab823bdd848e70c45a994dc4e51dd2cc31e2bae3be";
|
sha256 = "0va95cml7wfjpvgj3dc9xdn8psyjh3zbk6v51b0hcqv2fzh409vb";
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
buildInputs = with self; [] ++ optionals isPy26 [ ordereddict unittest2 ];
|
buildInputs = with self; [] ++ optionals isPy26 [ ordereddict unittest2 ];
|
||||||
|
|
||||||
# TODO: https://github.com/malthe/chameleon/issues/139
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ garbas domenkozar ];
|
maintainers = with maintainers; [ garbas domenkozar ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user