perlPackages.Gtk2: 1.2497 -> 1.2498

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-02 15:12:38 +02:00
parent 3a0481d3c4
commit f03fdb0f56
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -5570,10 +5570,10 @@ let self = _self // overrides; _self = with self; {
};
Gtk2 = buildPerlPackage rec {
name = "Gtk2-1.2497";
name = "Gtk2-1.2498";
src = fetchurl {
url = "mirror://cpan/authors/id/X/XA/XAOC/${name}.tar.gz";
sha256 = "0j5wm290ihpkx91gbk55qrrb0jhbh5fanbj5fjvs0d2xv6yyh921";
sha256 = "0gs6lr4clz86838s3klrl37lf48j24zv0p37jlsvsnr927whpq3j";
};
buildInputs = [ ExtUtilsDepends ExtUtilsPkgConfig Pango pkgs.gtk2 ];
meta = {