guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: orcus: Update to 0.17.2.


From: guix-commits
Subject: 08/13: gnu: orcus: Update to 0.17.2.
Date: Wed, 10 Aug 2022 18:24:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ce0aa88d1cfe663fa3d64814a3d14b64219cbefe
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Aug 10 20:49:55 2022 +0200

    gnu: orcus: Update to 0.17.2.
    
    * gnu/packages/libreoffice.scm (orcus): Update to 0.17.2.
---
 gnu/packages/libreoffice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index b9b8d37d3a..895acdb572 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -114,7 +114,7 @@ their dependencies automatically upon calculation.")
 (define-public orcus
   (package
     (name "orcus")
-    (version "0.16.1")
+    (version "0.17.2")
     (source
      (origin
        (method url-fetch)
@@ -122,7 +122,7 @@ their dependencies automatically upon calculation.")
                            "orcus-" version ".tar.xz"))
        (sha256
         (base32
-         "1bps34sqz7wlrl01ssywjd5fbmssplifs0rskivgrg801lr6pcm4"))))
+         "1as04qb74jnlnwy4wh5jwaw2nnzgn2s3230ymvh3kx1w9r0rsl1h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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