Skip to content
Snippets Groups Projects
Unverified Commit fe296817 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: libe-book: Update to 0.1.3.

* gnu/packages/libreoffice.scm (libe-book): Update to 0.1.3.
[propagated-inputs]: Add LIBLANGTAG.
parent 814bc35d
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ (define-public libwpd ...@@ -190,7 +190,7 @@ (define-public libwpd
(define-public libe-book (define-public libe-book
(package (package
(name "libe-book") (name "libe-book")
(version "0.1.2") (version "0.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -198,7 +198,7 @@ (define-public libe-book ...@@ -198,7 +198,7 @@ (define-public libe-book
version "/libe-book-" version ".tar.xz")) version "/libe-book-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1v48pd32r2pfysr3a3igc4ivcf6vvb26jq4pdkcnq75p70alp2bz")))) "1yg1vws1wggzhjw672bpgh2x541g5i9wryf67g51m0r79zrqz3by"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("cppunit" ,cppunit) `(("cppunit" ,cppunit)
...@@ -206,6 +206,7 @@ (define-public libe-book ...@@ -206,6 +206,7 @@ (define-public libe-book
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(propagated-inputs ; in Requires or Requires.private field of .pkg (propagated-inputs ; in Requires or Requires.private field of .pkg
`(("icu4c" ,icu4c) `(("icu4c" ,icu4c)
("liblangtag" ,liblangtag)
("librevenge" ,librevenge) ("librevenge" ,librevenge)
("libxml2" ,libxml2))) ("libxml2" ,libxml2)))
(inputs (inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment