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>
This commit is contained in:
Andy Tai 2023-12-17 15:20:58 -08:00 committed by Christopher Baines
parent 5f86eebd24
commit 68bc23a5ba
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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