guix-commits
[Top][All Lists]
Advanced

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

15/22: gnu: libwps: Update to 0.4.7.


From: Marius Bakke
Subject: 15/22: gnu: libwps: Update to 0.4.7.
Date: Tue, 10 Oct 2017 13:53:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 37a68784a65260d0c3a103ff526f2bf96e37da85
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 18:14:46 2017 +0200

    gnu: libwps: Update to 0.4.7.
    
    * gnu/packages/libreoffice.scm (libwps): Update to 0.4.7.
    [arguments]: Remove.
---
 gnu/packages/libreoffice.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index c7e1d81..5ad1bb6 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -649,14 +649,14 @@ from the old StarOffice (.sdc, .sdw, ...).")
 (define-public libwps
   (package
     (name "libwps")
-    (version "0.4.0")
+    (version "0.4.7")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/" name "/" name "/"
                           name "-" version "/" name "-" version ".tar.xz"))
       (sha256 (base32
-               "0nlrdk7di015l0sk0ivjdqs86zdcvf73p9z9s9ry5glyhrknzxjk"))))
+               "05xjb35y5ha9grgjqs3viaglq7ydsry1hzdvkm7y5b6f1disnb1g"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
@@ -666,9 +666,6 @@ from the old StarOffice (.sdc, .sdw, ...).")
     (inputs
      `(("boost" ,boost)
        ("zlib" ,zlib)))
-    (arguments
-     ;; avoid triggering configure errors by simple inclusion of boost headers
-     `(#:configure-flags '("--disable-werror")))
     (home-page "http://libwps.sourceforge.net/";)
     (synopsis "Import library for Microsoft Works text documents")
     (description "Libwps is a library for importing files in the Microsoft



reply via email to

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