mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: python-roman-datamodels: Update to 0.21.0.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.21.0. Change-Id: I0cde48b566ef594ec5a83d7a8f1b5d6fc65acaa8
This commit is contained in:
parent
7bbbe03387
commit
7d84c360d6
1 changed files with 3 additions and 3 deletions
|
|
@ -5374,18 +5374,18 @@ solar physics.")
|
|||
(define-public python-roman-datamodels
|
||||
(package
|
||||
(name "python-roman-datamodels")
|
||||
(version "0.20.0")
|
||||
(version "0.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "roman_datamodels" version))
|
||||
(sha256
|
||||
(base32 "1918wnssf478w168mhv009jkirmny8hyfxrkwvl8iish36dcqagh"))))
|
||||
(base32 "00hwyxixdk3i48nhqnn7pnkkp3fran6fn8kzwx2w4bjkwv8cd126"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "-n" "auto")
|
||||
#~(list "--numprocesses" "auto")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'set-env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue