From 39d72fcaa172c8cd57d6d20d67df80a4ba34b84e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 12 Feb 2023 11:55:43 +0200 Subject: gnu: libreoffice: Update to 7.5.0.3. * gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.0.3. --- gnu/packages/libreoffice.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/libreoffice.scm') 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 @@ (define 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 @@ (define-public libreoffice "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 -- cgit v1.2.3