gnu: python-stdatamodels: Update to 1.7.1.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.7.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
6f0d48ac71
commit
130c154737
1 changed files with 2 additions and 2 deletions
|
@ -2520,13 +2520,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.5.0")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stdatamodels" version))
|
(uri (pypi-uri "stdatamodels" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lssz5mnkzgraqa9mdg1w39scsikymcp3zpmsjb146r0pqnwnpzw"))))
|
"0d7a27myl3xgri3z7yx26mr4dpqnlfhdh5i2ql2miwymi0mx3ij5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue