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
|
||||
(package
|
||||
(name "python-stdatamodels")
|
||||
(version "3.1.0")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stdatamodels" version))
|
||||
(sha256
|
||||
(base32 "03r9nv3d3rjm70ihqg03aj6ydl91527abfmx7nbf6g9598s01fg1"))))
|
||||
(base32 "1lyxwfq55ngnsjr25bj3v6mjibx17074z28qi3xc9wpib5dn887i"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; 1571 passed
|
||||
#:test-flags
|
||||
#~(list "--numprocesses" (number->string (parallel-job-count))
|
||||
;; Disable tests requiring access to CRDS servers to download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue