From: Efraim Flashner <efraim@flashner.co.il>
To: guix-devel@gnu.org
Subject: [PATCH 3/6] gnu: orcus: Update to 0.11.0.
Date: Mon, 7 Mar 2016 12:42:04 +0200 [thread overview]
Message-ID: <1457347327-13748-4-git-send-email-efraim@flashner.co.il> (raw)
In-Reply-To: <1457347327-13748-1-git-send-email-efraim@flashner.co.il>
* gnu/packages/libreoffice.scm (orcus): Update to 0.11.0.
---
gnu/packages/libreoffice.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 62dcb59..6366639 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -94,19 +94,20 @@ their dependencies automatically upon calculation.")
(define-public orcus
(package
(name "orcus")
- (version "0.7.1")
+ (version "0.11.0")
(source
(origin
(method url-fetch)
(uri (string-append "http://kohei.us/files/" name "/src/lib"
name "-" version ".tar.xz"))
(sha256 (base32
- "0hva4qalg3dk6n1118ncr5fy8cqnj2f7fwldw7aa04124rj6p104"))))
+ "15qgkcryqddlq841x43v267y3i2ayy6bkf7dyx6h0drj9gjfykmw"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("ixion" ,ixion)
+ ("python" ,python-wrapper)
("mdds" ,mdds)
("zlib" ,zlib)))
(home-page "https://gitlab.com/orcus/orcus")
--
2.7.0
next prev parent reply other threads:[~2016-03-07 10:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 10:42 [PATCH 0/6] Libreoffice CVE and update Efraim Flashner
2016-03-07 10:42 ` [PATCH 1/6] gnu: Add liblangtag Efraim Flashner
2016-03-07 19:30 ` Andreas Enge
2016-03-07 19:43 ` Leo Famulari
2016-03-07 20:23 ` Efraim Flashner
2016-03-07 10:42 ` [PATCH 2/6] gnu: mdds: Update to 1.1.0 Efraim Flashner
2016-03-07 19:41 ` Leo Famulari
2016-03-07 20:00 ` Andreas Enge
2016-03-07 20:27 ` Efraim Flashner
2016-03-07 10:42 ` Efraim Flashner [this message]
2016-03-07 10:42 ` [PATCH 4/6] gnu: ixion: Update to 0.11.0 Efraim Flashner
2016-03-07 10:42 ` [PATCH 5/6] gnu: libetonyek: Update to 0.1.6 Efraim Flashner
2016-03-09 9:50 ` Andreas Enge
2016-03-09 13:35 ` Andreas Enge
2016-03-07 10:42 ` [PATCH 6/6] gnu: libreoffice: Update to 5.1.1.3. [Fixes CVE-2016-{0794, 0795}] Efraim Flashner
2016-03-07 19:34 ` [PATCH 0/6] Libreoffice CVE and update Leo Famulari
2016-03-07 20:03 ` Efraim Flashner
2016-03-08 3:56 ` Leo Famulari
2016-03-08 9:05 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457347327-13748-4-git-send-email-efraim@flashner.co.il \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).