mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-stdatamodels: Update to 2.1.0.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 2.1.0. Change-Id: Ia3af30338b52007b6967d0be1e6bec5c5c36e3ed
This commit is contained in:
parent
0d5995e4fd
commit
59340b4bfb
1 changed files with 3 additions and 3 deletions
|
@ -4132,18 +4132,18 @@ (define-public python-stcal
|
|||
(define-public python-stdatamodels
|
||||
(package
|
||||
(name "python-stdatamodels")
|
||||
(version "2.0.0")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stdatamodels" version))
|
||||
(sha256
|
||||
(base32 "0a47xf1zv71kv166z6rd9v75bw0jjmg70180af4yi4v4y7gnxvmm"))))
|
||||
(base32 "0bgb0n1nqwnvd6bh0f1cnbk3j2yygch88l9834hmsns4rg1ak6j9"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "-n" "auto"
|
||||
#~(list "--numprocesses" "auto"
|
||||
;; Disable tests requiring access to CRDS servers to download
|
||||
;; ~500MiB of data.
|
||||
"-k" "not test_crds_selectors_vs_datamodel")
|
||||
|
|
Loading…
Reference in a new issue