GNU bug report logs -
#67872
[PATCH] gnu: opencv: Update to 4.8.1
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sun, 17 Dec 2023 23:26:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From f39c62a53948e005af96d6821b21958cb77eedd2 Mon Sep 17 00:00:00 2001
Message-ID: <f39c62a53948e005af96d6821b21958cb77eedd2.1702855345.git.atai <at> atai.org>
From: Andy Tai <atai <at> atai.org>
Date: Sun, 17 Dec 2023 15:20:58 -0800
Subject: [PATCH] gnu: opencv: Update to 4.8.1
To: guix-patches <at> gnu.org
* gnu/packages/image-processing.scm (opencv): Update to 4.8.1
Change-Id: Ia493896c063b32c5b42cdfee5e8e921dc957ff71
---
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 @@ (define-public vtk-7
(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 @@ (define-public opencv
(for-each delete-file (find-files "." "\\.jar$"))))
(sha256
(base32
- "14bjpb0ahhaqnim8g6vs0gyd6jgnmly1amx25a0rk1a6ii2aiywn"))))
+ "1alvfqacbmrn7s6rbx0r150fg0lmsg13s887gn289vdawgrd7k04"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
base-commit: a303cb9a20030433519e254c5396b4d3e29dba5f
--
2.34.1
This bug report was last modified 1 year and 127 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.