mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-stdatamodels: Update to 1.10.1.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.10.1. Change-Id: Ib1626de00fbd060212b125c3a52e116aa126727e
This commit is contained in:
parent
5cd3c792bb
commit
f763d61368
1 changed files with 2 additions and 2 deletions
|
@ -3274,13 +3274,13 @@ (define-public python-stcal
|
|||
(define-public python-stdatamodels
|
||||
(package
|
||||
(name "python-stdatamodels")
|
||||
(version "1.10.0")
|
||||
(version "1.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stdatamodels" version))
|
||||
(sha256
|
||||
(base32 "00zc7z3f2fjvmms2h7176wnzjb025v0aasc6fiib9055sk34bc94"))))
|
||||
(base32 "1h0imp6j9qrjadhvvqcgrx6dq94qhi0023c8c8r2wddhqrh0h5lg"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue