pythonPackages.chameleon: 2.15 -> 2.25

This commit is contained in:
Domen Kožar 2016-12-07 01:03:18 +01:00
parent e5cca82d79
commit 00b3d6957a

View File

@ -9771,18 +9771,15 @@ in {
chameleon = buildPythonPackage rec {
name = "Chameleon-2.15";
name = "Chameleon-2.25";
src = pkgs.fetchurl {
url = "mirror://pypi/C/Chameleon/${name}.tar.gz";
sha256 = "bd1dfc96742c2a5b0b2adcab823bdd848e70c45a994dc4e51dd2cc31e2bae3be";
};
sha256 = "0va95cml7wfjpvgj3dc9xdn8psyjh3zbk6v51b0hcqv2fzh409vb";
} ;
buildInputs = with self; [] ++ optionals isPy26 [ ordereddict unittest2 ];
# TODO: https://github.com/malthe/chameleon/issues/139
doCheck = false;
meta = {
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;