guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: orcus: Update to 0.9.2.


From: Efraim Flashner
Subject: 01/02: gnu: orcus: Update to 0.9.2.
Date: Fri, 1 Jul 2016 13:45:49 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 2638ec61e04fb6d70cb6316ce90340cee20cf097
Author: Efraim Flashner <address@hidden>
Date:   Thu Jun 30 21:25:03 2016 +0300

    gnu: orcus: Update to 0.9.2.
    
    * gnu/packages/libreoffice.scm (orcus): Update to 0.9.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 60a6d7d..9cf4c13 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -94,14 +94,14 @@ their dependencies automatically upon calculation.")
 (define-public orcus
   (package
     (name "orcus")
-    (version "0.7.1")
+    (version "0.9.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "http://kohei.us/files/"; name "/src/lib"
                           name "-" version ".tar.xz"))
       (sha256 (base32
-               "0hva4qalg3dk6n1118ncr5fy8cqnj2f7fwldw7aa04124rj6p104"))))
+               "170racjz7s7yxza722hxsqc12788w57qnp6x6j2692pzp3qzjjfx"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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