mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-roman-datamodels: Update to 0.19.0.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.19.0. Change-Id: Ib9d2164956715b47228f5659f9b930e93fdbdc01
This commit is contained in:
parent
4f97a342c1
commit
8d043433cd
1 changed files with 2 additions and 2 deletions
|
@ -4466,13 +4466,13 @@ (define-public python-radio-beam
|
|||
(define-public python-roman-datamodels
|
||||
(package
|
||||
(name "python-roman-datamodels")
|
||||
(version "0.18.0")
|
||||
(version "0.19.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "roman_datamodels" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0crlmd99p2nyqmrbykdqqng7v8zb4sibm8j9aqrq3ppak3r3r7q1"))))
|
||||
"1ym06rj637fq9gxncdrn3phplk5djrzdwqghszis0di1dvsrif4j"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue