gnu: python-stdatamodels: Update to 4.0.1.

* gnu/packages/astronomy.scm (python-stdatamodels): Update to 4.0.1.

Change-Id: I4641ad77025ab4ae9ee1e334cb4dd9c066a8c293
This commit is contained in:
Sharlatan Hellseher 2025-07-22 11:07:10 +01:00
parent 5255c6ffd4
commit 422cb036e3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6598,16 +6598,17 @@ and CAS statistics), as well as fitting 2D Sérsic profiles.")
(define-public python-stdatamodels (define-public python-stdatamodels
(package (package
(name "python-stdatamodels") (name "python-stdatamodels")
(version "3.1.0") (version "4.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "stdatamodels" version)) (uri (pypi-uri "stdatamodels" version))
(sha256 (sha256
(base32 "03r9nv3d3rjm70ihqg03aj6ydl91527abfmx7nbf6g9598s01fg1")))) (base32 "1lyxwfq55ngnsjr25bj3v6mjibx17074z28qi3xc9wpib5dn887i"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
;; 1571 passed
#:test-flags #:test-flags
#~(list "--numprocesses" (number->string (parallel-job-count)) #~(list "--numprocesses" (number->string (parallel-job-count))
;; Disable tests requiring access to CRDS servers to download ;; Disable tests requiring access to CRDS servers to download