perl-GD: update to version 2.49 in a blind attempt to fix test suite failures on x86-linux

This commit is contained in:
Peter Simons 2013-03-26 02:19:22 +01:00
parent f658d72377
commit f2726c5c57

View file

@ -2057,10 +2057,10 @@ rec {
};
GD = buildPerlPackage rec {
name = "GD-2.45";
name = "GD-2.49";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LD/LDS/${name}.tar.gz";
sha256 = "1p84585b4iyqa21hbqni0blj8fzd917ynd3y1hwh3mrmyfqj178x";
sha256 = "03wwvhvni22cs7arai7d3wkb2qfa9p20grrb32hdxv41nqxqpihh";
};
buildInputs = [ pkgs.gd pkgs.libjpeg pkgs.zlib pkgs.freetype