guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libreoffice: Update to 7.6.3.1.


From: guix-commits
Subject: 03/03: gnu: libreoffice: Update to 7.6.3.1.
Date: Tue, 7 Nov 2023 23:29:36 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 5da6e8961cad0e51b3a9ae7a0d5c384a08db1d78
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Nov 7 21:30:18 2023 -0500

    gnu: libreoffice: Update to 7.6.3.1.
    
    * gnu/packages/libreoffice.scm (libreoffice): Update to 7.6.3.1.
    [native-inputs]: Add frozen.
---
 gnu/packages/libreoffice.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index cd6c503af6..79b30cecaf 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -51,6 +51,7 @@
   #:use-module (gnu packages boost)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages cpp)
   #:use-module (gnu packages cups)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
@@ -897,7 +898,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "7.5.4.2")
+    (version "7.6.3.1")
     (source
      (origin
        (method url-fetch)
@@ -906,7 +907,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
          "https://download.documentfoundation.org/libreoffice/src/";
          (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
        (sha256
-        (base32 "1s3592ick745kl60yjlv7ki3p7nnwswj0mgjh3nk6k7skyvx3fv8"))))
+        (base32 "148084acq370483y0xwvcvck30kxhr78cnmibp5lks17xqp5f9q7"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list
@@ -1088,6 +1089,7 @@ commonly called @code{ftoa} or @code{dtoa}.")
      (list bison
            cppunit
            flex
+           frozen                       ;header-only library
            pkg-config
            python-wrapper
            which



reply via email to

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