diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-03-25 19:04:25 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-03-26 08:07:52 +0200 |
commit | 08e5a52a7f878d821afb1420b0a76f141e380c24 (patch) | |
tree | def7d87bdefd46b7f3259422c6ac3268a8cec537 | |
parent | cc45017211888b2ee245a06dcc22494d526bdcaf (diff) | |
download | guix-08e5a52a7f878d821afb1420b0a76f141e380c24.tar.gz guix-08e5a52a7f878d821afb1420b0a76f141e380c24.zip |
gnu: orcus: Update to 0.19.2.
* gnu/packages/libreoffice.scm (orcus): Update to 0.19.2.
Change-Id: I965428ba271bcdf0bcc9b31984cf628a09495b6b
-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 3641b0fa96..925a4f1001 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -118,7 +118,7 @@ their dependencies automatically upon calculation.") (define-public orcus (package (name "orcus") - (version "0.19.0") + (version "0.19.2") (source (origin ;; The test suite requires data files store with Git Large ;; File Storage. @@ -129,7 +129,7 @@ their dependencies automatically upon calculation.") (file-name (git-file-name name version)) (sha256 (base32 - "02prj6kgph56fkr89k8wlqarrmx65cq92863i4rrny5sqr8c2llr")))) + "03q72z91azq35l8jfvjizd6yghjrgrss221iwh5zjwvxgzcbkl7v")))) (build-system gnu-build-system) (arguments (list #:configure-flags #~(list "--disable-static"))) (native-inputs (list autoconf automake libtool pkg-config)) |