guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: libmwaw: Update to 0.3.5.


From: Andreas Enge
Subject: 03/05: gnu: libmwaw: Update to 0.3.5.
Date: Thu, 09 Jul 2015 07:22:50 +0000

andreas pushed a commit to branch master
in repository guix.

commit fc04ee3ba77ba2b7131966224ef857777abb2197
Author: Andreas Enge <address@hidden>
Date:   Wed Jul 8 22:14:12 2015 +0200

    gnu: libmwaw: Update to 0.3.5.
    
    * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.5.
---
 gnu/packages/libreoffice.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index fbf8022..789b11e 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -539,14 +539,14 @@ text documents, vector drawings, presentations and 
spreadsheets.")
 (define-public libmwaw
   (package
     (name "libmwaw")
-    (version "0.3.4")
+    (version "0.3.5")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/" name "/" name "/"
                           name "-" version ".tar.xz"))
       (sha256 (base32
-               "1sn95flxrh85qjsg1kk700c1ggxaaccr9j1nnw7x4daw8lky25ac"))))
+               "1vx9h419fcfcs0yj071hsg9d2qvkacgca6052m8hv3h743cdmzil"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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