gnu: libreoffice: Update to 5.4.6.2.

* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.6.2.
This commit is contained in:
Leo Famulari 2018-03-26 16:15:21 -04:00
parent faef71f926
commit 86bd0f797f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 3 deletions

View File

@ -844,7 +844,7 @@ and to return information on pronunciations, meanings and synonyms.")
(define-public libreoffice (define-public libreoffice
(package (package
(name "libreoffice") (name "libreoffice")
(version "5.4.5.1") (version "5.4.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -852,8 +852,9 @@ and to return information on pronunciations, meanings and synonyms.")
(string-append (string-append
"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 (base32 (sha256
"167bh6jgyhfcvn3g7xghkg4nb99h91diypdlry5df21xs8bis5gb")))) (base32
"0icd8h221gp2dsbn6d35flwhqhcfpx66cjc5dg8yifhhvrfam74i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)