gnu: python-pyxsim: Update to 4.4.2.

* gnu/packages/astronomy.scm (python-pyxsim): Update to 4.4.2.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I37cb512dbe3f37aaf1ad9c4a4f2b31a9aec25519
This commit is contained in:
Sharlatan Hellseher 2024-10-10 11:32:48 +01:00
parent abf8999eee
commit 24825630fc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2045,13 +2045,13 @@ (define-public python-pvextractor
(define-public python-pyxsim
(package
(name "python-pyxsim")
(version "4.4.1")
(version "4.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyxsim" version))
(sha256
(base32 "1vviy9hk2z3h0fi6c8207ps5pklsjn0a77pqq6wa4sa1n07clc8i"))))
(base32 "1zryblpcc2yfhk1ybhv35p4zkp04hqwdrslrwm6my0pichb30py6"))))
(build-system pyproject-build-system)
(arguments
(list
@ -2076,7 +2076,9 @@ (define-public python-pyxsim
python-yt))
(native-inputs
(list python-cython-3
python-setuptools-scm))
python-setuptools
python-setuptools-scm
python-wheel))
(home-page "https://hea-www.cfa.harvard.edu/~jzuhone/pyxsim/")
(synopsis "Simulating X-ray observations from astrophysical sources")
(description