diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-12 11:55:43 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-02-12 11:57:06 +0200 |
commit | 39d72fcaa172c8cd57d6d20d67df80a4ba34b84e (patch) | |
tree | 4aee8048af5a553e4d2c2629e897c8ce815e3034 | |
parent | 015777f4c5094d20c2697c633dfe52ff966052a1 (diff) |
gnu: libreoffice: Update to 7.5.0.3.
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.0.3.
-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 e65f1be4ad..5b4397581f 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -915,7 +915,7 @@ commonly called @code{ftoa} or @code{dtoa}.") (define-public libreoffice (package (name "libreoffice") - (version "7.4.5.1") + (version "7.5.0.3") (source (origin (method url-fetch) @@ -924,7 +924,7 @@ commonly called @code{ftoa} or @code{dtoa}.") "https://download.documentfoundation.org/libreoffice/src/" (version-prefix version 3) "/libreoffice-" version ".tar.xz")) (sha256 - (base32 "13g1di71jdcish4rxlyi2jglpqfiq9zjf391bwplmf9prc9cy3iq")))) + (base32 "0fq0fxwhbhikqzfl2z5xg2swlnrkg1p8l0shh6qdx9w0msihy4pm")))) (build-system glib-or-gtk-build-system) (arguments (list |