guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit 94d5ab64f0ccea65e34cff796daf7419e04f8f34
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Nov 14 21:34:37 2025 +0000

    gnu: python-soxs: Update to 5.0.1.
    
    * gnu/packages/astronomy.scm (python-soxs): Update to 5.0.1.
    [arguments] <phases>: Remove 'set-home.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I0dd3e7bee6f4a23c5a6559a1390458e663c45656
---
 gnu/packages/astronomy.scm | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6482fab04d..bf044bea8e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8484,31 +8484,25 @@ will be provided to supplement published projections 
and simulations.")
 (define-public python-soxs
   (package
     (name "python-soxs")
-    (version "5.0.0")
+    (version "5.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "soxs" version))
        (sha256
-        (base32 "1pckpyg8b34ql79zr0bzxrl41nynd522skdjmk2cs23k7ps32nwm"))))
+        (base32 "1q485ygalnnmx2imzm5qlfvblki63bhgmwzxv8gqfqraxk0midv5"))))
     (build-system pyproject-build-system)
     (arguments
      (list
       ;; XXX: Tests require additional data, check if it may be packed
       ;; separately, see tests/ci_install.sh.
-      #:tests? #f
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-before 'check 'set-home
-            (lambda _
-              ;; To address sanity check warning: UserWarning: unable to write
-              ;; new config file.
-              (setenv "HOME" "/tmp"))))))
+      ;; - http://hea-www.cfa.harvard.edu/~jzuhone
+      ;;   - soxs_test_data_16.tar.gz 235MiB
+      #:tests? #f))
     (native-inputs
      (list python-cython
            python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      (list python-appdirs
            python-astropy

Reply via email to