diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-30 21:25:03 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-01 15:51:32 +0300 |
commit | 2638ec61e04fb6d70cb6316ce90340cee20cf097 (patch) | |
tree | a0757902f570bdafc6bcc29b449e3c5a2e865862 /gnu/packages/libreoffice.scm | |
parent | 71830f0e494692a8e2163f599e28438dc9df7d87 (diff) | |
download | guix-2638ec61e04fb6d70cb6316ce90340cee20cf097.tar guix-2638ec61e04fb6d70cb6316ce90340cee20cf097.tar.gz |
gnu: orcus: Update to 0.9.2.
* gnu/packages/libreoffice.scm (orcus): Update to 0.9.2.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 60a6d7df73..9cf4c1363c 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))) |