mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-roman-datamodels: Update to 0.20.0.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.20.0. Adjust indentation. Change-Id: I6bd533d81a0c8b6f2cc183e274190ff7042e965f Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
7f06891aa9
commit
76f1e3812a
1 changed files with 21 additions and 19 deletions
|
@ -5098,13 +5098,13 @@ (define-public python-radiospectra
|
|||
(define-public python-roman-datamodels
|
||||
(package
|
||||
(name "python-roman-datamodels")
|
||||
(version "0.19.1")
|
||||
(source (origin
|
||||
(version "0.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "roman_datamodels" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fp9rwzm5kzm0hjwwmlx7kym7yriyhxbfg2zr3y625pyvwpnl0a8"))))
|
||||
(base32 "1918wnssf478w168mhv009jkirmny8hyfxrkwvl8iish36dcqagh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -5115,14 +5115,16 @@ (define-public python-roman-datamodels
|
|||
(add-after 'unpack 'set-env
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs (list python-asdf
|
||||
(propagated-inputs
|
||||
(list python-asdf
|
||||
python-asdf-astropy
|
||||
python-astropy
|
||||
python-gwcs
|
||||
python-numpy
|
||||
python-psutil
|
||||
python-rad))
|
||||
(native-inputs (list python-pytest
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-doctestplus
|
||||
python-pytest-env
|
||||
python-pytest-xdist
|
||||
|
|
Loading…
Reference in a new issue