all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 67872@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#67872] [PATCH v2] gnu: opencv: Update to 4.8.1
Date: Sun, 31 Dec 2023 18:01:14 -0800	[thread overview]
Message-ID: <eaa1ad2a69349d8481e5b17a2242244bf6c58172.1704074436.git.atai@atai.org> (raw)
In-Reply-To: <CAJsg1E_zRiiMZHF0fmGV_vV22+e7OCr7MiVdipr76n6S7dk8KQ@mail.gmail.com>

* 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 306da962cc..dd53932a8c 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: 19f5302d136783d861b42107ae5e2920bbd769d9
-- 
2.41.0





  reply	other threads:[~2024-01-01  2:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-17 23:24 [bug#67872] [PATCH] gnu: opencv: Update to 4.8.1 Andy Tai
2024-01-01  2:01 ` Andy Tai [this message]
2024-02-11  8:25 ` [bug#67872] [PATCH v3] " Andy Tai
2024-02-13 12:16   ` bug#67872: " Christopher Baines
2024-02-12 19:43 ` [bug#67872] QA passes Andy Tai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=eaa1ad2a69349d8481e5b17a2242244bf6c58172.1704074436.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=67872@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.