guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: orcus: Update to 0.14.1.


From: guix-commits
Subject: 03/05: gnu: orcus: Update to 0.14.1.
Date: Sun, 25 Nov 2018 11:31:00 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit b64665d1d31d618014f72be6a21a6a6b1825b2d7
Author: Marius Bakke <address@hidden>
Date:   Sat Sep 1 11:01:47 2018 +0200

    gnu: orcus: Update to 0.14.1.
    
    * gnu/packages/libreoffice.scm (orcus): Update to 0.14.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 53e82e4..a26deec 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -107,7 +107,7 @@ their dependencies automatically upon calculation.")
 (define-public orcus
   (package
     (name "orcus")
-    (version "0.13.4")
+    (version "0.14.1")
     (source
      (origin
        (method url-fetch)
@@ -115,7 +115,7 @@ their dependencies automatically upon calculation.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1r42waglxwmvvwl20fy49vzgfp1sis4j703f81iswzdyzqalq75p"))))
+         "1ays13a1x15j81dsrq0d3697v1bbqd3bfz3ajn6kb9d61y2drlgj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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