guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: orcus: Update to 0.16.1.


From: guix-commits
Subject: 08/09: gnu: orcus: Update to 0.16.1.
Date: Tue, 22 Jun 2021 06:53:07 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4aae60711907ce2070410c6d2876a0d6c7ac2afe
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 22 12:43:33 2021 +0300

    gnu: orcus: Update to 0.16.1.
    
    * gnu/packages/libreoffice.scm (orcus): Update to 0.16.1.
---
 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 672a5e3..a41b8ee 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -115,7 +115,7 @@ their dependencies automatically upon calculation.")
 (define-public orcus
   (package
     (name "orcus")
-    (version "0.15.3")
+    (version "0.16.1")
     (source
      (origin
        (method url-fetch)
@@ -123,7 +123,7 @@ their dependencies automatically upon calculation.")
                            "orcus-" version ".tar.xz"))
        (sha256
         (base32
-         "14gbnqsv5n2fm4sxa17014f440clrzls6p2w2ixk9wipg4950v9s"))))
+         "1bps34sqz7wlrl01ssywjd5fbmssplifs0rskivgrg801lr6pcm4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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