summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-02-28 20:42:54 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-03-01 17:40:49 +0100
commitfe29681717e9abc5792ed52ede7469fa2bd986bb (patch)
tree154214737e332e1a46ca985e2b239aa8b824d11d /gnu/packages/libreoffice.scm
parent814bc35d55b53b55a252f74fe5e66ed8fec40105 (diff)
downloadgnu-guix-fe29681717e9abc5792ed52ede7469fa2bd986bb.tar
gnu-guix-fe29681717e9abc5792ed52ede7469fa2bd986bb.tar.gz
gnu: libe-book: Update to 0.1.3.
* gnu/packages/libreoffice.scm (libe-book): Update to 0.1.3. [propagated-inputs]: Add LIBLANGTAG.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 1ad3294cb6..316602adbc 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -190,7 +190,7 @@ into other word processors.")
(define-public libe-book
(package
(name "libe-book")
- (version "0.1.2")
+ (version "0.1.3")
(source
(origin
(method url-fetch)
@@ -198,7 +198,7 @@ into other word processors.")
version "/libe-book-" version ".tar.xz"))
(sha256
(base32
- "1v48pd32r2pfysr3a3igc4ivcf6vvb26jq4pdkcnq75p70alp2bz"))))
+ "1yg1vws1wggzhjw672bpgh2x541g5i9wryf67g51m0r79zrqz3by"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)
@@ -206,6 +206,7 @@ into other word processors.")
("pkg-config" ,pkg-config)))
(propagated-inputs ; in Requires or Requires.private field of .pkg
`(("icu4c" ,icu4c)
+ ("liblangtag" ,liblangtag)
("librevenge" ,librevenge)
("libxml2" ,libxml2)))
(inputs