diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-24 14:35:37 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-02-17 13:17:56 +0100 |
commit | 30b207b8f3574b07c12429c86905d4a1d3c8ba6a (patch) | |
tree | 81d9ce9665ddb277c6ab3e2848af437e0f21b62c | |
parent | 462553cbf2ec7988846fb3f34e661605cabcf677 (diff) | |
download | guix-30b207b8f3574b07c12429c86905d4a1d3c8ba6a.tar.gz guix-30b207b8f3574b07c12429c86905d4a1d3c8ba6a.zip |
gnu: libreoffice: Update to 24.8.4.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 24.8.4.2.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Change-Id: I7699787a5513f9863136c229e33077b82ec83d81
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index e61ed11143..4ca0857b01 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -893,7 +893,7 @@ commonly called @code{ftoa} or @code{dtoa}.") (define-public libreoffice (package (name "libreoffice") - (version "24.8.3.2") ;keep in sync with hunspell dictionaries + (version "24.8.4.2") ;keep in sync with hunspell dictionaries (source (origin (method url-fetch) @@ -906,7 +906,7 @@ commonly called @code{ftoa} or @code{dtoa}.") "https://downloadarchive.documentfoundation.org/libreoffice/old/" version "/src/libreoffice-" version ".tar.xz"))) (sha256 - (base32 "1sa7bxxh7v26p77vj1mspynhn2l2b1vnz1mpyczhnmcxcan9nw2x")))) + (base32 "05qs12z0xkpqy3yl7378d99y82rswic101aw65k1macslcpdwr0m")))) (build-system glib-or-gtk-build-system) (arguments (list |