mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: python-roman-datamodels: Update to 0.19.1.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.19.1. [propagated-inputs]: Remove python-asdf-standard. Change-Id: I30e2adef137bb95f37dd7651ebf8c5e6f9e6155f
This commit is contained in:
parent
f9bb983d3e
commit
a236fbf00d
1 changed files with 2 additions and 3 deletions
|
@ -4973,13 +4973,13 @@ (define-public python-radiospectra
|
|||
(define-public python-roman-datamodels
|
||||
(package
|
||||
(name "python-roman-datamodels")
|
||||
(version "0.19.0")
|
||||
(version "0.19.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "roman_datamodels" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ym06rj637fq9gxncdrn3phplk5djrzdwqghszis0di1dvsrif4j"))))
|
||||
"1fp9rwzm5kzm0hjwwmlx7kym7yriyhxbfg2zr3y625pyvwpnl0a8"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -4992,7 +4992,6 @@ (define-public python-roman-datamodels
|
|||
(setenv "HOME" "/tmp"))))))
|
||||
(propagated-inputs (list python-asdf
|
||||
python-asdf-astropy
|
||||
python-asdf-standard
|
||||
python-astropy
|
||||
python-gwcs
|
||||
python-numpy
|
||||
|
|
Loading…
Reference in a new issue