[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: libstaroffice: Update to 0.0.7.
From: |
guix-commits |
Subject: |
04/06: gnu: libstaroffice: Update to 0.0.7. |
Date: |
Sat, 3 Oct 2020 10:51:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 13d60d92629dff6e49c49fd95ea5e30a504166bb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 3 15:34:54 2020 +0200
gnu: libstaroffice: Update to 0.0.7.
* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.7.
---
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 9ff3125..252087f 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -739,14 +739,14 @@ spreadsheet documents.")
(define-public libstaroffice
(package
(name "libstaroffice")
- (version "0.0.6")
+ (version "0.0.7")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/fosnola/libstaroffice/releases/download/"
version "/libstaroffice-" version ".tar.xz"))
(sha256 (base32
- "1i0ykl0c94lc1qzb5mbyf9jr7qw8p38ja424whmhgrllh7ny203b"))))
+ "1ny8411273k2bq7mnpmcvri3rd46b2j67wfypqkp3y8nhanv0kzr"))))
(build-system gnu-build-system)
(inputs
`(("librevenge" ,librevenge)
- branch master updated (2bfbe07 -> 36045fa), guix-commits, 2020/10/03
- 01/06: gnu: protobuf: Update to 1.3.3., guix-commits, 2020/10/03
- 03/06: gnu: libmwaw: Update to 0.3.16., guix-commits, 2020/10/03
- 02/06: gnu: geonkick: Update to 2.3.8., guix-commits, 2020/10/03
- 04/06: gnu: libstaroffice: Update to 0.0.7.,
guix-commits <=
- 05/06: gnu: protonvpn-cli: Prefix Python input names with ‘python-’., guix-commits, 2020/10/03
- 06/06: gnu: protonvpn-cli: Add python-jinja2 input., guix-commits, 2020/10/03