libwpd: update from 0.9.5 to 0.9.9

This commit is contained in:
Nixpkgs Monitor 2013-12-13 22:40:20 +02:00 committed by Evgeny Egorochkin
parent f717d1468c
commit 0aa3ff47e2

@ -1,11 +1,11 @@
{ stdenv, fetchurl, zlib, pkgconfig, glib, libgsf, libxml2 }:
stdenv.mkDerivation rec {
name = "libwpd-0.9.5";
name = "libwpd-0.9.9";
src = fetchurl {
url = "mirror://sourceforge/libwpd/${name}.tar.xz";
sha256 = "1qvmnszql8c900py83wrxnj2pyyy4107scdhvmhapp4gpmccmg7f";
sha256 = "1cn2z89yzsz8k6xjl02jdfhm0pkarw3yxj9ijnz5dx7h1v5g87dr";
};
buildInputs = [ glib libgsf libxml2 zlib ];