guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libstaroffice: Update to 0.0.4.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: libstaroffice: Update to 0.0.4.
Date: Tue, 18 Jul 2017 11:28:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e333efd53aead8e51f77213856b1e4cf72d57f6b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jul 18 02:00:48 2017 +0200

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



reply via email to

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