sharlatan pushed a commit to branch master
in repository guix.

commit 249eded280d87d9d6f489bb742c1678e2584a961
Author: Felix Gruber <[email protected]>
AuthorDate: Wed Feb 7 21:06:36 2024 +0000

    gnu: vxl: Update to 3.5.0.
    
    * gnu/packages/image-processing.scm (vxl): Update to 3.5.0.
    
    Change-Id: I90eeb3659b0b208591e7eb6b2bfa19f28cb39a6f
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/image-processing.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 07ba0297cd..a25e88182d 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -13,7 +13,7 @@
 ;;; Copyright © 2020 Pierre Neidhardt <[email protected]>
 ;;; Copyright © 2020 Brendan Tildesley <[email protected]>
 ;;; Copyright © 2021 Oleh Malyi <[email protected]>
-;;; Copyright © 2021, 2022 Felix Gruber <[email protected]>
+;;; Copyright © 2021, 2022, 2024 Felix Gruber <[email protected]>
 ;;; Copyright © 2021 Andy Tai <[email protected]>
 ;;; Copyright © 2021 Ekaitz Zarraga <[email protected]>
 ;;; Copyright © 2021 Paul Garlick <[email protected]>
@@ -1240,7 +1240,7 @@ programmatically.")
 (define-public vxl
   (package
     (name "vxl")
-    (version "2.0.2")
+    (version "3.5.0")
     (source
      (origin
        (method git-fetch)
@@ -1249,7 +1249,7 @@ programmatically.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0949hw57szq8943f1whwqaz591xjmb19kj803hcv74hdai2b0ycg"))
+        (base32 "0iqq4lm51l5gvkax6r79ypifqmgir3p3vman9gsc2085d2agjvbs"))
        (modules '((guix build utils)))
        ;; TODO: vxl includes an old version of dcmtk.  It won't build with
        ;; version 3.6.x.

Reply via email to