guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit f65258e0f97586f080451aab0a922346f614bc83
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 5 01:43:50 2026 +0100

    gnu: python-scikit-surprise: Relocate phase 'set-home.
    
    * gnu/packages/python-science.scm (python-scikit-surprise)[arguments]
    <#:phases>: Relocate phase 'set-home.
    
    Change-Id: Id6e5993e167f1f61865fcfe31caba0bce2d5263a
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-science.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 1ef039b34e..3337b3d216 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3174,7 +3174,7 @@ be accessible and easy to use in many contexts.")
       ;; tests: 82 passed
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'check 'set-home
+          (add-before 'sanity-check 'set-home
             (lambda _
               ;; Change from /homeless-shelter to /tmp for write
               ;; permission.

Reply via email to