gnu: python-roman-datamodels: Update to 0.19.0.
* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.19.0. Change-Id: Ib9d2164956715b47228f5659f9b930e93fdbdc01master
parent
4f97a342c1
commit
8d043433cd
|
@ -4466,13 +4466,13 @@ channels
|
||||||
(define-public python-roman-datamodels
|
(define-public python-roman-datamodels
|
||||||
(package
|
(package
|
||||||
(name "python-roman-datamodels")
|
(name "python-roman-datamodels")
|
||||||
(version "0.18.0")
|
(version "0.19.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "roman_datamodels" version))
|
(uri (pypi-uri "roman_datamodels" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0crlmd99p2nyqmrbykdqqng7v8zb4sibm8j9aqrq3ppak3r3r7q1"))))
|
"1ym06rj637fq9gxncdrn3phplk5djrzdwqghszis0di1dvsrif4j"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue