[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/17: gnu: opencv: Update to 4.8.1.
From: |
guix-commits |
Subject: |
01/17: gnu: opencv: Update to 4.8.1. |
Date: |
Tue, 13 Feb 2024 06:34:48 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 68bc23a5ba7d92d67744a24a24a3cfdd30bfe453
Author: Andy Tai <atai@atai.org>
AuthorDate: Sun Dec 17 15:20:58 2023 -0800
gnu: opencv: Update to 4.8.1.
* gnu/packages/image-processing.scm (opencv): Update to 4.8.1.
Change-Id: Ia493896c063b32c5b42cdfee5e8e921dc957ff71
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/image-processing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index a25e88182d..98a3d0396d 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -494,7 +494,7 @@ integrates with various databases on GUI toolkits such as
Qt and Tk.")
(define-public opencv
(package
(name "opencv")
- (version "4.8.0")
+ (version "4.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -534,7 +534,7 @@ integrates with various databases on GUI toolkits such as
Qt and Tk.")
(for-each delete-file (find-files "." "\\.jar$"))))
(sha256
(base32
- "14bjpb0ahhaqnim8g6vs0gyd6jgnmly1amx25a0rk1a6ii2aiywn"))))
+ "1alvfqacbmrn7s6rbx0r150fg0lmsg13s887gn289vdawgrd7k04"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
- branch master updated (5f86eebd24 -> 85e67f7fea), guix-commits, 2024/02/13
- 01/17: gnu: opencv: Update to 4.8.1.,
guix-commits <=
- 02/17: gnu: tinydir: Update to 1.2.6., guix-commits, 2024/02/13
- 03/17: gnu: fast-float: Update to 6.0.0., guix-commits, 2024/02/13
- 07/17: gnu: yaehmop: Update to 2023.03.1., guix-commits, 2024/02/13
- 11/17: gnu: anubis: Update to 4.3., guix-commits, 2024/02/13
- 09/17: gnu: freesasa: Fix memerr tests., guix-commits, 2024/02/13
- 14/17: gnu: emacs-org-dailies: Update to 0-1.58e58d4., guix-commits, 2024/02/13
- 16/17: gnu: retroarch: Update to 1.17.0., guix-commits, 2024/02/13
- 17/17: gnu: runc: Update to 1.1.12 [security fixes]., guix-commits, 2024/02/13
- 06/17: gnu: coordgenlibs: Update to 3.0.2., guix-commits, 2024/02/13
- 04/17: gnu: gemmi: Update to 0.6.4., guix-commits, 2024/02/13