perlPackages.Gtk2 1.2496 -> 1.2497

This commit is contained in:
Tobias Geerinckx-Rice 2015-12-03 04:47:36 +01:00
parent f6fa6c26c8
commit 0b61b299cc

View File

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