diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-10 11:32:48 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:16 +0000 |
commit | 24825630fc9bc9f99f4afd013e33675f53cbe578 (patch) | |
tree | d77d3bd426b1938034ea2946f2ca7360741c954b /gnu | |
parent | abf8999eee07c2915faaccd7eafe31a67c3924ba (diff) | |
download | guix-24825630fc9bc9f99f4afd013e33675f53cbe578.tar.gz guix-24825630fc9bc9f99f4afd013e33675f53cbe578.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2eab35e365..193a4d25c9 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2045,13 +2045,13 @@ position-frequency slice.") (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 @@ position-frequency slice.") 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 |