perl-packages: Gtk2 1.2495 -> 1.2496

Upstream changes:
- Avoid registering a GType for GConnectFlags if not needed
- MANIFEST: added missing gtk-demo files
This commit is contained in:
Tobias Geerinckx-Rice 2015-08-14 00:06:11 +02:00
parent 0294f71f1f
commit eb910bce5b

View file

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