mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5255c6ffd4
commit
422cb036e3
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue