summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-03 15:34:54 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-03 16:51:07 +0200
commit13d60d92629dff6e49c49fd95ea5e30a504166bb (patch)
tree12356b5a4bf80aba238406049322e3cdc29fb0e2 /gnu/packages/libreoffice.scm
parent325ab63785695c204a42de53cb847eebec03620d (diff)
downloadguix-patches-13d60d92629dff6e49c49fd95ea5e30a504166bb.tar
guix-patches-13d60d92629dff6e49c49fd95ea5e30a504166bb.tar.gz
gnu: libstaroffice: Update to 0.0.7.
* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.7.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 9ff3125a1b..252087f36e 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)