guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]