aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/libreoffice.scm4
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)))
2499eefab02cacfed9958dc498abfd484d'>Add guix-daemon Bash completion file....Oleg Pykhalov 2018-05-19guix-install.sh: Fix chk_require exiting without warning....Maxim Cournoyer 2018-03-29guix-install.sh: Explicitly set root's home directory....Chris Marusich 2018-03-20Correct name and Email for ng0....ng0 2018-02-21etc: guix-install.sh: Add aarch64-linux support....Efraim Flashner 2018-02-17bash completion: Complete files names after 'guix package -m'....Oleg Pykhalov 2018-02-07etc: Add SELinux policy for the daemon....Ricardo Wurmus 2018-01-30etc: Add installation script....Ricardo Wurmus 2018-01-16etc: Add completions for fish....ng0 2017-12-15etc: Add snippets....Ricardo Wurmus 2017-08-22bash completion: Complete files names after 'guix download'....Marius Bakke 2017-07-15Remove task from 'guix-daemon.conf'....Christopher Baines 2017-05-04etc: indent-code.el: Define source tree by "indent-code.el"....Alex Kost 2017-04-22Increase "TasksMax" in 'guix-daemon.service'....Sergei Trofimovich 2017-03-06build: Don't embed absolute paths in .service and .conf service files....Leo Famulari 2017-02-08etc: The pre-push hook says which commits failed the signature check....Leo Famulari 2017-02-07bash completion: Complete subcommands for the current word....Ludovic Courtès 2017-02-07bash completion: Properly complete 'guix container exec'....Ludovic Courtès 2017-02-07bash completion: Complete file names after 'guix system COMMAND'....Ludovic Courtès 2017-02-07bash completion: Complete 'guix gc' with file names....Ludovic Courtès 2017-01-20etc: indent-code.el: Add indentation info for non-Guix Scheme constructs....Ludovic Courtès 2017-01-13etc: Support indentation of whole files....Ludovic Courtès 2017-01-12etc: Add 'indent-package.el' script....Ludovic Courtès 2017-01-04doc: Add a Git hook that verifies signatures before pushing....Leo Famulari 2016-11-24Add system start-up files for "guix publish"....Hartmut Goebel 2016-09-07bash completion: Complete subcommands and their options....Ludovic Courtès 2016-09-07bash completion: Redirect 'guix' stderr to /dev/null....Ludovic Courtès 2016-09-07Add Zsh completion file....Eric Le Bihan 2016-07-18Set "GUIX_LOCPATH" in 'guix-daemon.service'....Ricardo Wurmus 2016-04-25Add "TasksMax=1024" in 'guix-daemon.service'....Ludovic Courtès 2015-11-26Add 'guix-daemon.conf' job for Upstart....Mario Daniel Ruiz Saavedra 2015-08-20bash completion: Cache the list of subcommands and available packages....Ludovic Courtès 2015-07-15Add 'guix-daemon.service' file for systemd....Ludovic Courtès 2015-05-01bash completion: Complete long options with no short variant....Ludovic Courtès 2015-04-09Add Bash completion file....Ludovic Courtès