summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-science/packages/neuroscience.scm17
1 files changed, 6 insertions, 11 deletions
diff --git a/guix-science/packages/neuroscience.scm b/guix-science/packages/neuroscience.scm
index dc96d56..6c3e71c 100644
--- a/guix-science/packages/neuroscience.scm
+++ b/guix-science/packages/neuroscience.scm
@@ -2407,7 +2407,7 @@ from different packages.")
2407(define-public python-tedana 2407(define-public python-tedana
2408 (package 2408 (package
2409 (name "python-tedana") 2409 (name "python-tedana")
2410 (version "25.1.0") 2410 (version "26.0.3")
2411 (source 2411 (source
2412 (origin 2412 (origin
2413 (method git-fetch) 2413 (method git-fetch)
@@ -2416,7 +2416,7 @@ from different packages.")
2416 (commit version))) 2416 (commit version)))
2417 (file-name (git-file-name name version)) 2417 (file-name (git-file-name name version))
2418 (sha256 2418 (sha256
2419 (base32 "1980k3c7ajldwcm82wg9dlz4104r4kii30cdcz1w07l09qpanmn1")))) 2419 (base32 "0wm7fb8a1mlmqfaya3zydbd5kkn0kpjzxv5afsmnjyl21lg8h026"))))
2420 (build-system pyproject-build-system) 2420 (build-system pyproject-build-system)
2421 (arguments 2421 (arguments
2422 (list 2422 (list
@@ -2435,16 +2435,11 @@ from different packages.")
2435 (substitute* "pyproject.toml" 2435 (substitute* "pyproject.toml"
2436 ((",\\s*<=.*\"") 2436 ((",\\s*<=.*\"")
2437 "\"")))) 2437 "\""))))
2438 (add-after 'unpack 'fix-imports 2438
2439 (add-before 'check 'set-home
2439 (lambda _ 2440 (lambda _
2440 ;; Fix for import errors introduced in nilearn@0.14.1, 2441 (setenv "HOME"
2441 ;; see <https://github.com/nilearn/nilearn/issues/5696>. 2442 (getcwd)))))))
2442 (substitute* "tedana/io.py"
2443 (("from nilearn._utils import check_niimg")
2444 "from nilearn._utils.niimg_conversions import check_niimg"))
2445 (substitute* "tedana/utils.py"
2446 (("from nilearn._utils import check_niimg")
2447 "from nilearn._utils.niimg_conversions import check_niimg")))))))
2448 (propagated-inputs (list python-bokeh 2443 (propagated-inputs (list python-bokeh
2449 python-mapca 2444 python-mapca
2450 python-matplotlib 2445 python-matplotlib