From 037e52cc88fce65ddfac32c70cd7b2dcf5f3d27d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 14 Nov 2025 21:34:37 +0000 Subject: [PATCH] gnu: python-soxs: Update to 5.0.1. * gnu/packages/astronomy.scm (python-soxs): Update to 5.0.1. [arguments] : 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 a56f61fc21e6215c57ab7ae322e02eaa3c956b4d..a917af6ac27ba47bb39b5422adee1e1e4a907929 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8277,31 +8277,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