guix-commits
[Top][All Lists]
Advanced

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

04/22: gnu: libwpd: Update to 0.10.2.


From: Marius Bakke
Subject: 04/22: gnu: libwpd: Update to 0.10.2.
Date: Tue, 10 Oct 2017 13:53:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3f6c5b831acbed1dbc84374820b373356c39155f
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 17:16:34 2017 +0200

    gnu: libwpd: Update to 0.10.2.
    
    * gnu/packages/libreoffice.scm (libwpd): Update to 0.10.2.
---
 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 f152630..64b8e13 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -161,14 +161,14 @@ spreadsheets and presentations.")
 (define-public libwpd
   (package
     (name "libwpd")
-    (version "0.10.0")
+    (version "0.10.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/" name "/" name "/"
                           name "-" version "/" name "-" version ".tar.xz"))
       (sha256 (base32
-               "0b6krzr6kxzm89g6bapn805kdayq70hn16n5b5wfs2lwrf0ag2wx"))))
+               "0436gnidx45a9vx114hhh216jrh57mqb9zyssyjfadagmyz6hgrj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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