mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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 @@ (define-public python-stcal
|
|||
(define-public python-stdatamodels
|
||||
(package
|
||||
(name "python-stdatamodels")
|
||||
(version "1.5.0")
|
||||
(version "1.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stdatamodels" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lssz5mnkzgraqa9mdg1w39scsikymcp3zpmsjb146r0pqnwnpzw"))))
|
||||
"0d7a27myl3xgri3z7yx26mr4dpqnlfhdh5i2ql2miwymi0mx3ij5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue