guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: orcus: Update to 0.15.3.


From: guix-commits
Subject: 04/06: gnu: orcus: Update to 0.15.3.
Date: Thu, 13 Feb 2020 20:13:25 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 80f29b83dbae6d9135d32ad63d036b96c659c330
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Jan 30 15:04:34 2020 -0500

    gnu: orcus: Update to 0.15.3.
    
    * gnu/packages/libreoffice.scm (orcus): Update to 0.15.3.
---
 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 34480a4..d6d9734 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -113,7 +113,7 @@ their dependencies automatically upon calculation.")
 (define-public orcus
   (package
     (name "orcus")
-    (version "0.14.1")
+    (version "0.15.3")
     (source
      (origin
        (method url-fetch)
@@ -121,7 +121,7 @@ their dependencies automatically upon calculation.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1ays13a1x15j81dsrq0d3697v1bbqd3bfz3ajn6kb9d61y2drlgj"))))
+         "14gbnqsv5n2fm4sxa17014f440clrzls6p2w2ixk9wipg4950v9s"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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