mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-roman-datamodels: Update to 0.24.0.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.24.0. [propagated-inputs]: Add python-pyarrow. [native-inputs]: Add python-pandas. Change-Id: I62fd4d5ee34284de59bc886eeb7045a134586c55
This commit is contained in:
parent
6ff5856a1b
commit
66fa6e049a
1 changed files with 5 additions and 3 deletions
|
@ -6971,13 +6971,13 @@ solar physics.")
|
|||
(define-public python-roman-datamodels
|
||||
(package
|
||||
(name "python-roman-datamodels")
|
||||
(version "0.23.1")
|
||||
(version "0.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "roman_datamodels" version))
|
||||
(sha256
|
||||
(base32 "14awdf4ndx9rhdz70s3mayp5j8cfmn9bb37yf3cp3s4w62ydmwfi"))))
|
||||
(base32 "1jlzfpzg13g9sq1i0dz27ymny48rwz74blp2dqhk9idynbyp5l4k"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -6989,7 +6989,8 @@ solar physics.")
|
|||
(lambda _
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
(list python-pandas
|
||||
python-pytest
|
||||
python-pytest-doctestplus
|
||||
python-pytest-env
|
||||
python-pytest-xdist
|
||||
|
@ -7004,6 +7005,7 @@ solar physics.")
|
|||
python-gwcs
|
||||
python-lz4
|
||||
python-numpy
|
||||
python-pyarrow
|
||||
python-rad))
|
||||
(home-page "https://github.com/spacetelescope/roman_datamodels")
|
||||
(synopsis "Roman Datamodels Support")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue