diff options
| author | Jake Forster <jakecameron.forster@gmail.com> | 2026-03-10 01:32:40 +1030 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-03-17 09:08:08 +0100 |
| commit | 1150c7ecc8580990b333b78d4a28d3ec5bf48059 (patch) | |
| tree | 763767231d1a32a9e35fc13a7419716322c5bab6 /gnu/packages/image-processing.scm | |
| parent | 51b7dae59eef02b9686ea2ee7017e9a649c1d4c4 (diff) | |
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
Diffstat (limited to 'gnu/packages/image-processing.scm')
| -rw-r--r-- | gnu/packages/image-processing.scm | 7 |
1 files changed, 3 insertions, 4 deletions
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, |
