guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: libmwaw: Update to 0.3.15.


From: guix-commits
Subject: 04/11: gnu: libmwaw: Update to 0.3.15.
Date: Tue, 23 Apr 2019 12:15:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 44aaf1e00ac88a7e2e969a3f30e0092f5502b3b2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 23 04:28:33 2019 +0200

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

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 3b8fa51..d348a7a 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -638,14 +638,14 @@ text documents, vector drawings, presentations and 
spreadsheets.")
 (define-public libmwaw
   (package
     (name "libmwaw")
-    (version "0.3.14")
+    (version "0.3.15")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-"
                           version "/" name "-" version ".tar.xz"))
       (sha256 (base32
-               "1s9wyf8pyh3fbazq2d2b6fgi7s7bid60viw2xbdkmn2ywlfbza5c"))))
+               "1cdhm9yhanyv3w4vr73zhgyynmkhhkp3dyld7m11jd2yy04vnh04"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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