me
/
guix
Archived
1
0
Fork 0

gnu: libreoffice: Update to 4.4.4.3.

* gnu/packages/libreoffice.scm (libreoffice): Update to 4.4.4.3.
master
Andreas Enge 2015-07-06 08:26:15 +02:00
parent 1109ddcd54
commit f2820e0763
1 changed files with 2 additions and 2 deletions

View File

@ -674,7 +674,7 @@ and to return information on pronunciations, meaningss and synonyms.")
(define-public libreoffice (define-public libreoffice
(package (package
(name "libreoffice") (name "libreoffice")
(version "4.4.3.2") (version "4.4.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -683,7 +683,7 @@ and to return information on pronunciations, meaningss and synonyms.")
"http://download.documentfoundation.org/libreoffice/src/" "http://download.documentfoundation.org/libreoffice/src/"
(version-prefix version 3) "/libreoffice-" version ".tar.xz")) (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256 (base32 (sha256 (base32
"0rl9x01ngxwnqwzxkrqy4vks4rb024m75z0w4zidwyp0az0m8qdd")))) "0wns7ny19bsl5ar1rq7n4033rfijl2cjn9l8bj1gwhpqlkd8db1i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(;; autoreconf is run by the LibreOffice build system, since after `(;; autoreconf is run by the LibreOffice build system, since after