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:
Sharlatan Hellseher 2024-09-18 15:12:39 +01:00
parent 0d5995e4fd
commit 59340b4bfb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")