[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73439] [PATCH 04/10] gnu: libreoffice: Update to 24.2.2.2.
From: |
Nicolas Graves |
Subject: |
[bug#73439] [PATCH 04/10] gnu: libreoffice: Update to 24.2.2.2. |
Date: |
Mon, 23 Sep 2024 14:37:18 +0200 |
* gnu/packages/libreoffice.scm (libreoffice): Update to 24.2.2.2.
Change-Id: I5ba7a472ea3741af96999ef4c7318c39a27b819b
---
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 61e74e9909..f42ed64edc 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -893,7 +893,7 @@ (define dtoa
(define-public libreoffice
(package
(name "libreoffice")
- (version "24.2.1.2") ;keep in sync with hunspell dictionaries
+ (version "24.2.2.2") ;keep in sync with hunspell dictionaries
(source
(origin
(method url-fetch)
@@ -906,7 +906,7 @@ (define-public libreoffice
"https://downloadarchive.documentfoundation.org/libreoffice/old/"
version "/src/libreoffice-" version ".tar.xz")))
(sha256
- (base32 "1a4zakrahmr86p9lmk19kyz810176wxpnmq6bbnmjl36ixz5gkrw"))))
+ (base32 "0pp4wnm434vxar79y9dm7qy66hqhhm5k84539ssr8p7n898ac1f2"))))
(build-system glib-or-gtk-build-system)
(arguments
(list
--
2.46.0
- [bug#73439] [PATCH 00/10] Update libreoffice to its latest version., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 01/10] import: Add %libreoffice-updater., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 02/10] gnu: libreoffice: Update to 24.2.0.3., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 03/10] gnu: libreoffice: Update to 24.2.1.2., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 07/10] gnu: libreoffice: Update to 24.2.5.2., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 05/10] gnu: libreoffice: Update to 24.2.3.2., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 08/10] gnu: libreoffice: Update to 24.2.6.2., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 09/10] gnu: libreoffice: Update to 24.8.1.2., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 10/10] gnu: hunspell-dictionaries: Update to 24.8.1.2., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 06/10] gnu: libreoffice: Update to 24.2.4.2., Nicolas Graves, 2024/09/23
- [bug#73439] [PATCH 04/10] gnu: libreoffice: Update to 24.2.2.2.,
Nicolas Graves <=
- [bug#73439] [PATCH 00/10] Update libreoffice to its latest version., Liliana Marie Prikler, 2024/09/23
[bug#73439] [PATCH v2 1/5] import: Add %libreoffice-updater., Nicolas Graves, 2024/09/25