diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-03-08 10:14:13 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-03-08 10:16:26 +0200 |
commit | 203578eef286f3b44cd82fd2eb965a828e21fbe7 (patch) | |
tree | a1260b09d40700e93d380dec6dad1797e572a031 /gnu/packages/hunspell.scm | |
parent | 346048a40c002f9085f4885509a819d1335adeef (diff) | |
download | guix-203578eef286f3b44cd82fd2eb965a828e21fbe7.tar.gz |
gnu: libreoffice: Update to 7.5.1.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.1.2. [arguments]: Adjust 'prepare-src phase for newer dragonbox dependency. Remove outdated configure flag. [inputs]: Replace dragonbox-for-libreoffice with dragonbox. Replace harfbuzz with harfbuzz-5. (dragonbox-for-libreoffice): Remove package. * gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.1.2.
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 e49caecc62..382e518bf9 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -276,7 +276,7 @@ spell-checking library.") (#\_ #\-) (chr chr)) (string-downcase dict-name)))) - (version "7.5.0.3") + (version "7.5.1.2") (source (origin (method git-fetch) |