[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: orcus: Update to 0.19.2.
From: |
guix-commits |
Subject: |
02/09: gnu: orcus: Update to 0.19.2. |
Date: |
Tue, 26 Mar 2024 04:55:37 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 08e5a52a7f878d821afb1420b0a76f141e380c24
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 25 19:04:25 2024 +0200
gnu: orcus: Update to 0.19.2.
* gnu/packages/libreoffice.scm (orcus): Update to 0.19.2.
Change-Id: I965428ba271bcdf0bcc9b31984cf628a09495b6b
---
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 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))
- branch master updated (f3a9c701ac -> 7dfb3155fc), guix-commits, 2024/03/26
- 05/09: gnu: psmisc: Update to 23.7., guix-commits, 2024/03/26
- 07/09: gnu: e2fsprogs: Update to 1.47.0., guix-commits, 2024/03/26
- 09/09: gnu: xterm: Update to 390., guix-commits, 2024/03/26
- 08/09: gnu: dunst: Update to 1.10.0., guix-commits, 2024/03/26
- 03/09: gnu: Add zxcvbn-c., guix-commits, 2024/03/26
- 01/09: gnu: libcmis: Update to 0.6.2., guix-commits, 2024/03/26
- 04/09: gnu: mutt: Update to 2.2.13., guix-commits, 2024/03/26
- 06/09: gnu: usbutils: Update to 017., guix-commits, 2024/03/26
- 02/09: gnu: orcus: Update to 0.19.2.,
guix-commits <=