guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: libstaroffice: Update to 0.0.5.


From: Marius Bakke
Subject: 06/07: gnu: libstaroffice: Update to 0.0.5.
Date: Sat, 11 Nov 2017 02:57:08 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ec030621713e661d9897a215178f622724e8f9bf
Author: Marius Bakke <address@hidden>
Date:   Sat Nov 11 07:18:34 2017 +0100

    gnu: libstaroffice: Update to 0.0.5.
    
    * gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.5.
---
 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 e3e97c1..6750d84 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -608,14 +608,14 @@ spreadsheet documents.")
 (define-public libstaroffice
   (package
     (name "libstaroffice")
-    (version "0.0.4")
+    (version "0.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/fosnola/libstaroffice/releases/download/";
                            version "/libstaroffice-" version ".tar.xz"))
        (sha256 (base32
-                "0flh0hs31fsq1dmkhf2502lxskiy7fbj5q8gn4b4f502s228fwkf"))))
+                "10m9imcgqf7kdhn1a5ara62fdayidwm7qzj3binsls40snnhfm9i"))))
     (build-system gnu-build-system)
     (inputs
      `(("librevenge" ,librevenge)



reply via email to

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