guix-commits
[Top][All Lists]
Advanced

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

03/22: gnu: librevenge: Update to 0.0.4.


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

mbakke pushed a commit to branch master
in repository guix.

commit 1c7c2506a8eb1efd1ea49e85c1b024e1a1b7edc9
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 8 17:09:49 2017 +0200

    gnu: librevenge: Update to 0.0.4.
    
    * gnu/packages/libreoffice.scm (librevenge): Update to 0.0.4.
---
 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 77c9ae1..f152630 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -129,14 +129,14 @@ CSV, CSS and XML.")
 (define-public librevenge
   (package
     (name "librevenge")
-    (version "0.0.2")
+    (version "0.0.4")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/libwpd/" name "/" name "-"
                           version "/" name "-" version ".tar.xz"))
       (sha256 (base32
-               "03ygxyb0vfjv8raif5q62sl33b54wkr5rzgadb8slijm6k281wpn"))))
+               "1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cppunit" ,cppunit)



reply via email to

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