summaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-05-04 19:57:15 +0200
committerRicardo Wurmus <rekado@elephly.net>2026-05-28 12:13:34 +0200
commit1cb339b691a250ee93de47f90689280854296edb (patch)
tree69dfc91b435017bd5e60dcacc1a1f7a82d8ea506 /gnu/packages/image-processing.scm
parentcb0eb5800522a97a9cb3c839d967572886ba168e (diff)
gnu: simpleitk: Update to 2.5.4.
* gnu/packages/image-processing.scm (simpleitk): Update to 2.5.4. [source]: Add patch. * gnu/packages/patches/simpleitk-r-4.6.0.patch: New file. * gnu/local.mk (dist_patch_DATA): Record it. Change-Id: Id85b8a717046497bd8469c365c738ac984229e03
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r--gnu/packages/image-processing.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 2df830ef3a4..bc69fb9b478 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1923,7 +1923,7 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.")
1923(define-public simpleitk 1923(define-public simpleitk
1924 (package 1924 (package
1925 (name "simpleitk") 1925 (name "simpleitk")
1926 (version "2.5.3") 1926 (version "2.5.4")
1927 (source 1927 (source
1928 (origin 1928 (origin
1929 (method git-fetch) 1929 (method git-fetch)
@@ -1932,7 +1932,9 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.")
1932 (commit (string-append "v" version)))) 1932 (commit (string-append "v" version))))
1933 (file-name (git-file-name name version)) 1933 (file-name (git-file-name name version))
1934 (sha256 1934 (sha256
1935 (base32 "0fvacjfq0p8v7r2cmzwwh7bxb6ayavznhj0m81dah463x472qkd2")))) 1935 (base32 "1bzj5naqbgv2b31iqgz7qqk9rixsvjqycjz6l7w3gm7v1aj14jpb"))
1936 (patches
1937 (search-patches "simpleitk-r-4.6.0.patch"))))
1936 (build-system cmake-build-system) 1938 (build-system cmake-build-system)
1937 (outputs '("out" "python" "r")) 1939 (outputs '("out" "python" "r"))
1938 (arguments 1940 (arguments
@@ -2032,7 +2034,7 @@ and Scan Tailor Enhanced versions as well as including many more bug fixes.")
2032 version "/SimpleITKData-" version ".tar.gz")) 2034 version "/SimpleITKData-" version ".tar.gz"))
2033 (sha256 2035 (sha256
2034 (base32 2036 (base32
2035 "0i4f87g1rh6xxisw06gwwyi8f216qqs6ih3gghi3k49vsl0h4g5d"))))) 2037 "0hryvi9fgqac00ng1bfhw3lm0al1dh0ka6jglba2q368nls428nx")))))
2036 (synopsis "Simplified interface to @acronym{ITK, Insight Toolkit}") 2038 (synopsis "Simplified interface to @acronym{ITK, Insight Toolkit}")
2037 (description 2039 (description
2038 "SimpleITK is an image analysis toolkit built on top of @acronym{ITK, 2040 "SimpleITK is an image analysis toolkit built on top of @acronym{ITK,