diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-09-01 11:01:47 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-25 17:04:20 +0100 |
commit | b64665d1d31d618014f72be6a21a6a6b1825b2d7 (patch) | |
tree | c61d83e6d8eb4b3d6ff0085cd7ffb4bbac5a1be8 /gnu/packages/libreoffice.scm | |
parent | 5895437c619bb40fd24d680571ae67e5229f01d5 (diff) | |
download | patches-b64665d1d31d618014f72be6a21a6a6b1825b2d7.tar patches-b64665d1d31d618014f72be6a21a6a6b1825b2d7.tar.gz |
gnu: orcus: Update to 0.14.1.
* gnu/packages/libreoffice.scm (orcus): Update to 0.14.1.
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 53e82e4013..a26deec946 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))) |