guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: libe-book: Update to 0.1.3.


From: Marius Bakke
Subject: 05/06: gnu: libe-book: Update to 0.1.3.
Date: Thu, 1 Mar 2018 12:03:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit fe29681717e9abc5792ed52ede7469fa2bd986bb
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 28 20:42:54 2018 +0100

    gnu: libe-book: Update to 0.1.3.
    
    * gnu/packages/libreoffice.scm (libe-book): Update to 0.1.3.
    [propagated-inputs]: Add LIBLANGTAG.
---
 gnu/packages/libreoffice.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 1ad3294..316602a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]