[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: libreoffice: Update to 6.4.7.2.
From: |
guix-commits |
Subject: |
03/03: gnu: libreoffice: Update to 6.4.7.2. |
Date: |
Tue, 12 Jan 2021 04:59:49 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 274a6399fbb72d01a50fc1db799578e583dcada0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 12 11:45:52 2021 +0200
gnu: libreoffice: Update to 6.4.7.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.7.2.
---
gnu/packages/libreoffice.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 714072e..99382c9 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2016, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2018, 2019, 2020, 2021 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -1085,7 +1085,7 @@ converting QuarkXPress file format. It supports versions
3.1 to 4.1.")
(define-public libreoffice
(package
(name "libreoffice")
- (version "6.4.6.2")
+ (version "6.4.7.2")
(source
(origin
(method url-fetch)
@@ -1094,7 +1094,7 @@ converting QuarkXPress file format. It supports versions
3.1 to 4.1.")
"https://download.documentfoundation.org/libreoffice/src/"
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256
- (base32 "0k5aq1pfw2rpq28nkx6syrgwqbbdn6my9bnlqi3fn8qf572q30mb"))))
+ (base32 "0i3654rmzs8aazj8j3dmxamilslfrki0y4sksg3n1zygc2ddfk83"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("bison" ,bison)