gnu: libreoffice: Update to 7.5.4.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.4.2. * gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.4.2.
parent
d7f17c6a92
commit
67c276a870
|
@ -276,7 +276,7 @@ spell-checking library.")
|
||||||
(#\_ #\-)
|
(#\_ #\-)
|
||||||
(chr chr))
|
(chr chr))
|
||||||
(string-downcase dict-name))))
|
(string-downcase dict-name))))
|
||||||
(version "7.5.1.2")
|
(version "7.5.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
|
@ -901,7 +901,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
|
||||||
(define-public libreoffice
|
(define-public libreoffice
|
||||||
(package
|
(package
|
||||||
(name "libreoffice")
|
(name "libreoffice")
|
||||||
(version "7.5.1.2")
|
(version "7.5.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -910,7 +910,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
|
||||||
"https://download.documentfoundation.org/libreoffice/src/"
|
"https://download.documentfoundation.org/libreoffice/src/"
|
||||||
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
|
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dy0lvrvgkr7mbmiag26a38pivcddav8piph7jin1kw4phaxs3cj"))))
|
(base32 "1s3592ick745kl60yjlv7ki3p7nnwswj0mgjh3nk6k7skyvx3fv8"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue