summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 4fe26ca40fe..078e3331ee3 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -936,7 +936,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
936(define-public libreoffice 936(define-public libreoffice
937 (package 937 (package
938 (name "libreoffice") 938 (name "libreoffice")
939 (version "25.2.5.2") ;keep in sync with hunspell dictionaries 939 (version "25.8.7.3") ;keep in sync with hunspell dictionaries
940 (source 940 (source
941 (origin 941 (origin
942 (method url-fetch) 942 (method url-fetch)
@@ -949,7 +949,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
949 "https://downloadarchive.documentfoundation.org/libreoffice/old/" 949 "https://downloadarchive.documentfoundation.org/libreoffice/old/"
950 version "/src/libreoffice-" version ".tar.xz"))) 950 version "/src/libreoffice-" version ".tar.xz")))
951 (sha256 951 (sha256
952 (base32 "0fdkn9lf2q5d7kminsbcn1g2ih2ilaw2jnyarsns4jczch4v57wc")))) 952 (base32 "0bd0zh2pdigqv3ml8mfifnfz579kk4kyyhdndv0nbazcmdyq3xdg"))))
953 (build-system glib-or-gtk-build-system) 953 (build-system glib-or-gtk-build-system)
954 (arguments 954 (arguments
955 (list 955 (list
@@ -1170,6 +1170,7 @@ os.putenv('URE_BOOTSTRAP', \
1170 libcdr 1170 libcdr
1171 libcmis 1171 libcmis
1172 libcuckoo 1172 libcuckoo
1173 libeot
1173 libfixmath 1174 libfixmath
1174 libjpeg-turbo 1175 libjpeg-turbo
1175 libe-book 1176 libe-book
@@ -1223,6 +1224,7 @@ os.putenv('URE_BOOTSTRAP', \
1223 xdg-utils 1224 xdg-utils
1224 xmlsec-nss 1225 xmlsec-nss
1225 zip 1226 zip
1227 (list zstd "lib")
1226 zxcvbn-c 1228 zxcvbn-c
1227 zxing-cpp)) 1229 zxing-cpp))
1228 (home-page "https://www.libreoffice.org/") 1230 (home-page "https://www.libreoffice.org/")