emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32925: closed ([PATCH] gnu: opencv: Update to 3.4.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32925: closed ([PATCH] gnu: opencv: Update to 3.4.3.)
Date: Thu, 04 Oct 2018 08:29:02 +0000

Your message dated Thu, 04 Oct 2018 10:28:35 +0200
with message-id <address@hidden>
and subject line Re: [bug#32925] [PATCH] gnu: opencv: Update to 3.4.3.
has caused the debbugs.gnu.org bug report #32925,
regarding [PATCH] gnu: opencv: Update to 3.4.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32925: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32925
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: opencv: Update to 3.4.3. Date: Wed, 3 Oct 2018 22:28:19 +0200
* gnu/packages/image-processing.scm (opencv): Update to 3.4.3.
---
 gnu/packages/image-processing.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 8f80b75af..0901dc429 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -200,7 +200,7 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
 (define-public opencv
   (package
     (name "opencv")
-    (version "3.4.1")
+    (version "3.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/opencv/opencv/archive/";
@@ -208,7 +208,7 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
               (file-name (string-append name "-" version ".zip"))
               (sha256
                (base32
-                "1g8pvnlkzzp50amd89149hqsbvsc2hq3vk1d6a9fksdcx8ra9g94"))
+                "0pycx1pz8lj794q32mlalyc3ijqxwsyin65r26nh4yc0p71xiirp"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -345,7 +345,7 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
                                "opencv/opencv_extra/zip/" version))
            (file-name (string-append "opencv-extra-" version ".zip"))
            (sha256
-            (base32 "0wfh3pvfxqydf7hsccp50npcsg37sf6fqi6cd3zkc4qil9zhpbps"))))
+            (base32 "0yd1vidzbg6himxyh4yzivywijg8548kfmcn421khabnipm7l74y"))))
        ("opencv-contrib"
         ,(origin
            (method url-fetch)
@@ -353,7 +353,7 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
                                "opencv/opencv_contrib/zip/" version))
            (file-name (string-append "opencv-contrib-" version ".zip"))
            (sha256
-           (base32 "18zm0qmjcdvg90c33gzv0ws0xdaid1xpqzz2xa9l2x12qkr6zj3p"))))))
+           (base32 "0j0ci6ia1qwklp9hq07ypl0vkngj1wrgh6n98n657m5d0pyp4m0g"))))))
     (inputs `(("libjpeg" ,libjpeg)
               ("libpng" ,libpng)
               ("jasper" ,jasper)
-- 
2.19.0

Attachment: pgpaJtbmJnalt.pgp
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#32925] [PATCH] gnu: opencv: Update to 3.4.3. Date: Thu, 04 Oct 2018 10:28:35 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Björn Höfling <address@hidden> skribis:

> * gnu/packages/image-processing.scm (opencv): Update to 3.4.3.

Pushed as 63856931dbe1e72311b472347331ce1c16b0de0b, thanks!

Ludo’.


--- End Message ---

reply via email to

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