all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68983] [PATCH] gnu: vxl: Update to 3.5.0.
@ 2024-02-07 21:06 Felix Gruber
  2024-02-09 22:23 ` bug#68983: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2024-02-07 21:06 UTC (permalink / raw)
  To: 68983; +Cc: Felix Gruber

* gnu/packages/image-processing.scm (vxl): Update to 3.5.0.

Change-Id: I90eeb3659b0b208591e7eb6b2bfa19f28cb39a6f
---
 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 07ba0297cd..5b87932523 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1240,7 +1240,7 @@ (define-public paraview
 (define-public vxl
   (package
     (name "vxl")
-    (version "2.0.2")
+    (version "3.5.0")
     (source
      (origin
        (method git-fetch)
@@ -1249,7 +1249,7 @@ (define-public vxl
              (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.

base-commit: 5d2302a1959d09e6d5a5f02ac199458095847a82
-- 
2.43.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68983: [PATCH] gnu: vxl: Update to 3.5.0.
  2024-02-07 21:06 [bug#68983] [PATCH] gnu: vxl: Update to 3.5.0 Felix Gruber
@ 2024-02-09 22:23 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-09 22:23 UTC (permalink / raw)
  To: 68983-done

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]


Hi,

Pushed as 249eded280d87d9d6f489bb742c1678e2584a961 to master.

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-09 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 21:06 [bug#68983] [PATCH] gnu: vxl: Update to 3.5.0 Felix Gruber
2024-02-09 22:23 ` bug#68983: " Sharlatan Hellseher

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.