diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-27 17:39:52 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-27 21:02:43 +0100 |
commit | 426ef5b46f0e826ceb26a2e20d64ecf39cbf7562 (patch) | |
tree | 01b674812b56219d41f534c0f84e1a969ea1bcaf /gnu/packages/hunspell.scm | |
parent | 0bb0fdd2f54f7cdde51a7c43ef1079d5803b8083 (diff) | |
download | guix-426ef5b46f0e826ceb26a2e20d64ecf39cbf7562.tar.gz |
gnu: libreoffice: Update to 7.3.5.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.3.5.2. [arguments]: Override DRAGONBOX_CFLAGS; set CPPFLAGS to force c++17 during the configure phase. [inputs]: Add dragonbox-for-libreoffice, libfixmath, libtiff, and libwebp. * gnu/packages/hunspell.scm (hunspell-dictionary): Update hash.
Diffstat (limited to 'gnu/packages/hunspell.scm')
-rw-r--r-- | gnu/packages/hunspell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index 65ff90b4b9..48df196e17 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -46,7 +46,7 @@ (string-append "libreoffice-" version)))) (file-name (git-file-name "libreoffice-dictionaries" version)) (sha256 - (base32 "1qyn56kcn2scdlssjgi5b33hnsh20mmnd60w78z0gp7bs0mv0wcs")))) + (base32 "115p29ywyn7ncq664gxmcrrz55v23s34asd2hmrg4ahjp7ycrnmy")))) (build-system trivial-build-system) (native-inputs `(("source" ,source))) |