summaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
diff options
context:
space:
mode:
authorJake Forster <jakecameron.forster@gmail.com>2026-03-10 01:32:40 +1030
committerRicardo Wurmus <rekado@elephly.net>2026-03-17 09:08:08 +0100
commit1150c7ecc8580990b333b78d4a28d3ec5bf48059 (patch)
tree763767231d1a32a9e35fc13a7419716322c5bab6 /gnu/packages/image-processing.scm
parent51b7dae59eef02b9686ea2ee7017e9a649c1d4c4 (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.scm7
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.")
1877(define-public simpleitk 1877(define-public simpleitk
1878 (package 1878 (package
1879 (name "simpleitk") 1879 (name "simpleitk")
1880 (version "2.5.2") 1880 (version "2.5.3")
1881 (source 1881 (source
1882 (origin 1882 (origin
1883 (method git-fetch) 1883 (method git-fetch)
@@ -1886,7 +1886,7 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.")
1886 (commit (string-append "v" version)))) 1886 (commit (string-append "v" version))))
1887 (file-name (git-file-name name version)) 1887 (file-name (git-file-name name version))
1888 (sha256 1888 (sha256
1889 (base32 "1ykrfrfh2012cg1122689w23pan2y731sszfpb701zhsb6fwv7j7")))) 1889 (base32 "0fvacjfq0p8v7r2cmzwwh7bxb6ayavznhj0m81dah463x472qkd2"))))
1890 (build-system cmake-build-system) 1890 (build-system cmake-build-system)
1891 (outputs '("out" "python" "r")) 1891 (outputs '("out" "python" "r"))
1892 (arguments 1892 (arguments
@@ -1971,7 +1971,6 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.")
1971 python-numpy ;for tests 1971 python-numpy ;for tests
1972 python-pip 1972 python-pip
1973 python-setuptools 1973 python-setuptools
1974 python-wheel
1975 swig-4.4 1974 swig-4.4
1976 (origin 1975 (origin
1977 (method url-fetch) 1976 (method url-fetch)
@@ -1980,7 +1979,7 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.")
1980 version "/SimpleITKData-" version ".tar.gz")) 1979 version "/SimpleITKData-" version ".tar.gz"))
1981 (sha256 1980 (sha256
1982 (base32 1981 (base32
1983 "13y44qqsgsvbrm84073i8clhggdgk8f36i6102sjg4j3fq790gal"))))) 1982 "0i4f87g1rh6xxisw06gwwyi8f216qqs6ih3gghi3k49vsl0h4g5d")))))
1984 (synopsis "Simplified interface to @acronym{ITK, Insight Toolkit}") 1983 (synopsis "Simplified interface to @acronym{ITK, Insight Toolkit}")
1985 (description 1984 (description
1986 "SimpleITK is an image analysis toolkit built on top of @acronym{ITK, 1985 "SimpleITK is an image analysis toolkit built on top of @acronym{ITK,