From 1150c7ecc8580990b333b78d4a28d3ec5bf48059 Mon Sep 17 00:00:00 2001 From: Jake Forster Date: Tue, 10 Mar 2026 01:32:40 +1030 Subject: gnu: simpleitk: Update to 2.5.3. * gnu/packages/image-processing.scm (simpleitk): Update to 2.5.3. [native-inputs]: Remove python-wheel. Change-Id: I0b26f1140f4605ecd3704c9cf6822ba9928d71ac --- gnu/packages/image-processing.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages/image-processing.scm') diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 5fd59c3b064..9d7118cadbb 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -1877,7 +1877,7 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.") (define-public simpleitk (package (name "simpleitk") - (version "2.5.2") + (version "2.5.3") (source (origin (method git-fetch) @@ -1886,7 +1886,7 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ykrfrfh2012cg1122689w23pan2y731sszfpb701zhsb6fwv7j7")))) + (base32 "0fvacjfq0p8v7r2cmzwwh7bxb6ayavznhj0m81dah463x472qkd2")))) (build-system cmake-build-system) (outputs '("out" "python" "r")) (arguments @@ -1971,7 +1971,6 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.") python-numpy ;for tests python-pip python-setuptools - python-wheel swig-4.4 (origin (method url-fetch) @@ -1980,7 +1979,7 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.") version "/SimpleITKData-" version ".tar.gz")) (sha256 (base32 - "13y44qqsgsvbrm84073i8clhggdgk8f36i6102sjg4j3fq790gal"))))) + "0i4f87g1rh6xxisw06gwwyi8f216qqs6ih3gghi3k49vsl0h4g5d"))))) (synopsis "Simplified interface to @acronym{ITK, Insight Toolkit}") (description "SimpleITK is an image analysis toolkit built on top of @acronym{ITK, -- cgit v1.3