libe-book: 0.1.2 -> 0.1.3

This commit is contained in:
Michael Raskin 2018-05-02 00:22:42 +02:00
parent 28201b8009
commit e09c5ed730

View File

@ -1,21 +1,21 @@
{ stdenv, fetchurl, gperf, pkgconfig, librevenge, libxml2, boost, icu { stdenv, fetchurl, gperf, pkgconfig, librevenge, libxml2, boost, icu
, cppunit, zlib , cppunit, zlib, liblangtag
}: }:
let let
s = # Generated upstream information s = # Generated upstream information
rec { rec {
baseName="libe-book"; baseName="libe-book";
version="0.1.2"; version="0.1.3";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="1v48pd32r2pfysr3a3igc4ivcf6vvb26jq4pdkcnq75p70alp2bz"; hash="1yg1vws1wggzhjw672bpgh2x541g5i9wryf67g51m0r79zrqz3by";
url="mirror://sourceforge/project/libebook/libe-book-0.1.2/libe-book-0.1.2.tar.xz"; url="https://kent.dl.sourceforge.net/project/libebook/libe-book-0.1.3/libe-book-0.1.3.tar.xz";
sha256="1v48pd32r2pfysr3a3igc4ivcf6vvb26jq4pdkcnq75p70alp2bz"; sha256="1yg1vws1wggzhjw672bpgh2x541g5i9wryf67g51m0r79zrqz3by";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
buildInputs = [ buildInputs = [
gperf librevenge libxml2 boost icu cppunit zlib gperf librevenge libxml2 boost icu cppunit zlib liblangtag
]; ];
# Boost 1.59 compatability fix # Boost 1.59 compatability fix