mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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:
parent
abf8999eee
commit
24825630fc
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue