gnu: python-stdatamodels: Update to 1.9.0.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.9.0. Change-Id: I02f774b144ee439bd139d98a482b63e21a6ddb94master
parent
17fb656308
commit
617cf3b1f3
|
@ -2782,13 +2782,13 @@ image processing functions: @code{xyxymatch}, @code{geomap}.")
|
||||||
(define-public python-stdatamodels
|
(define-public python-stdatamodels
|
||||||
(package
|
(package
|
||||||
(name "python-stdatamodels")
|
(name "python-stdatamodels")
|
||||||
(version "1.8.3")
|
(version "1.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stdatamodels" version))
|
(uri (pypi-uri "stdatamodels" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0265xa9nrp6qp1z7v9kmnd3c8jc0dad2vzin657clk3rrsj2qll5"))))
|
(base32 "16hwhvd8bqm1cmkgcn1v43hp2cvf094fz954rxb6jv2xx6csic15"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue