guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 852ac5faf791b331189fe427ce8e12192fbfa773
Author: Rodion Goritskov <[email protected]>
AuthorDate: Sun Sep 20 09:21:12 2026 +0200
gnu: orcus: Update to 0.21.0.
* gnu/packages/libreoffice.scm (orcus): Update to 0.21.0.
Relates-to: guix/guix!11370
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/libreoffice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 078e3331ee3..8819e2d0241 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -122,7 +122,7 @@ their dependencies automatically upon calculation.")
(define-public orcus
(package
(name "orcus")
- (version "0.20.2")
+ (version "0.21.0")
(source (origin
;; The test suite requires data files store with Git Large
;; File Storage.
@@ -133,7 +133,7 @@ their dependencies automatically upon calculation.")
(file-name (git-file-name name version))
(sha256
(base32
- "00pi32k1dcwlma40fbfczg6q2727wj2b6kklzbhs0snhx0rx3yf3"))))
+ "1m15rp8rirwr4jzmy68b096advsypshpw3w0fdk62sqfynsx67xx"))))
(build-system gnu-build-system)
(arguments (list #:configure-flags #~(list "--disable-static")))
(native-inputs (list autoconf automake libtool pkg-config))