guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: libmwaw: Update to 0.3.14.


From: Tobias Geerinckx-Rice
Subject: 06/12: gnu: libmwaw: Update to 0.3.14.
Date: Fri, 14 Sep 2018 22:27:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 49c941b43b64c8d53cd73b0d7200309cffebcdaa
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 15 02:53:40 2018 +0200

    gnu: libmwaw: Update to 0.3.14.
    
    * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.14.
---
 gnu/packages/libreoffice.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 90be51c..35d49b0 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -645,19 +645,19 @@ text documents, vector drawings, presentations and 
spreadsheets.")
 (define-public libmwaw
   (package
     (name "libmwaw")
-    (version "0.3.12")
+    (version "0.3.14")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-"
                           version "/" name "-" version ".tar.xz"))
       (sha256 (base32
-               "1ryi1v38lgy5kv84fzjqkawidrg30y4hlqrz1v262792wzkad4bn"))))
+               "1s9wyf8pyh3fbazq2d2b6fgi7s7bid60viw2xbdkmn2ywlfbza5c"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
        ("pkg-config" ,pkg-config)))
-    (propagated-inputs ; in Requires field of .pkg
+    (propagated-inputs                  ; in Requires field of .pkg
      `(("librevenge" ,librevenge)))
     (inputs
      `(("boost" ,boost)
@@ -667,7 +667,7 @@ text documents, vector drawings, presentations and 
spreadsheets.")
     (description "Libmwaw contains some import filters for old Macintosh
 text documents (MacWrite, ClarisWorks, ... ) and for some graphics and
 spreadsheet documents.")
-    (license (list mpl2.0 lgpl2.1+)))) ; dual license
+    (license (list mpl2.0 lgpl2.1+))))  ; dual license
 
 (define-public libstaroffice
   (package



reply via email to

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