libgsf: small update 1.14.32 -> 1.14.34

This is needed to update gnumeric.
/cc #9206, maintainer @lovek323.
This commit is contained in:
Vladimír Čunát 2015-08-11 21:06:54 +02:00
parent 97141604e3
commit c5db72671c

View File

@ -4,11 +4,11 @@
with { inherit (stdenv.lib) optionals; };
stdenv.mkDerivation rec {
name = "libgsf-1.14.32";
name = "libgsf-1.14.34";
src = fetchurl {
url = "mirror://gnome/sources/libgsf/1.14/${name}.tar.xz";
sha256 = "13bf38b848c01e20eb89a48150b6f864434ee4dfbb6301ddf6f4080a36cd99e9";
sha256 = "f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528";
};
nativeBuildInputs = [ pkgconfig intltool ];