libwps 0.4.1 -> 0.4.2

This commit is contained in:
Tobias Geerinckx-Rice 2015-10-06 15:21:24 +02:00
parent 65bb240357
commit 0e9bc96889

View file

@ -1,17 +1,18 @@
{ stdenv, fetchurl, boost, pkgconfig, librevenge, zlib }:
let version = "0.4.2"; in
stdenv.mkDerivation rec {
name = "libwps-${version}";
version = "0.4.1";
src = fetchurl {
url = "mirror://sourceforge/libwps/${name}.tar.gz";
sha256 = "0nc44ia5sn9mmhkq5hjacz0vm520wldq03whc5psgcb9dahvsjsc";
sha256 = "0c90i3zafxxsj989bd9bs577blx3mrb90rj52iv6ijc4qivi4wkr";
};
buildInputs = [ boost pkgconfig librevenge zlib ];
meta = with stdenv.lib; {
inherit version;
homepage = http://libwps.sourceforge.net/;
description = "Microsoft Works file word processor format import filter library";
platforms = platforms.linux;