GNU bug report logs - #68983
[PATCH] gnu: vxl: Update to 3.5.0.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Wed, 7 Feb 2024 21:08:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Subject: bug#68983: closed ([PATCH] gnu: vxl: Update to 3.5.0.)
Date: Fri, 09 Feb 2024 22:24:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68983: [PATCH] gnu: vxl: Update to 3.5.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 68983 <at> debbugs.gnu.org.

-- 
68983: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68983
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 68983-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: vxl: Update to 3.5.0.
Date: Fri, 09 Feb 2024 22:23:01 +0000
[Message part 3 (text/plain, inline)]
Hi,

Pushed as 249eded280d87d9d6f489bb742c1678e2584a961 to master.

Thanks,
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: vxl: Update to 3.5.0.
Date: Wed,  7 Feb 2024 21:06:36 +0000
* 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




This bug report was last modified 1 year and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.