guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libreoffice: Update to 5.1.6.2.


From: Leo Famulari
Subject: 01/01: gnu: libreoffice: Update to 5.1.6.2.
Date: Wed, 4 Jan 2017 19:38:15 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 7a203059d3d0dcbf1f1a8792636b0b41f85b61cf
Author: Alex Griffin <address@hidden>
Date:   Tue Jan 3 09:58:41 2017 -0600

    gnu: libreoffice: Update to 5.1.6.2.
    
    * gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.6.2.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/libreoffice.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 7971212..a962d9a 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014 John Darrington <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2017 Alex Griffin <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -713,7 +714,7 @@ and to return information on pronunciations, meanings and 
synonyms.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "5.1.5.2")
+    (version "5.1.6.2")
     (source
      (origin
       (method url-fetch)
@@ -722,7 +723,7 @@ and to return information on pronunciations, meanings and 
synonyms.")
           "http://download.documentfoundation.org/libreoffice/src/";
           (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
       (sha256 (base32
-               "1qg0dj0zwh5ifhmvv4k771nmyqddz4ifn75s9mr1p0nyix8zks8x"))))
+               "150xb76pc3889gfy4jrnq8sidymm1aihkm5pzy8b1fdy51zip804"))))
     (build-system gnu-build-system)
     (native-inputs
      `(;; autoreconf is run by the LibreOffice build system, since after



reply via email to

[Prev in Thread] Current Thread [Next in Thread]