me
/
guix
Archived
1
0
Fork 0

gnu: python-sunpy: Update to 5.1.5.

* gnu/packages/astronomy.scm (python-sunpy): Update to 5.1.5.

Change-Id: If735089d542dfe376da0f11bc66163c5857f7158
master
Sharlatan Hellseher 2024-07-17 23:13:01 +01:00
parent 9d84eb9bbb
commit a7c5f5a958
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 3 additions and 3 deletions

View File

@ -2952,19 +2952,19 @@ orbits described in TLE files.")
(define-public python-sunpy (define-public python-sunpy
(package (package
(name "python-sunpy") (name "python-sunpy")
(version "5.1.4") (version "5.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sunpy" version)) (uri (pypi-uri "sunpy" version))
(sha256 (sha256
(base32 "0c41h0ml8wh1jfjpny824jpjnaw6rrm6vklvjk2h1sw2iza71syb")))) (base32 "1jdkkcv247chsj08wrxxv0m577ji5cg7mxx5pw7q0ahmnq93xk2p"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
#:test-flags #:test-flags
#~(list #~(list
"-n" "auto" "--numprocesses" "auto"
"-k" (string-append "-k" (string-append
;; XXX: Failed: DID NOT RAISE <class 'ModuleNotFoundError'> ;; XXX: Failed: DID NOT RAISE <class 'ModuleNotFoundError'>
;; It struggles to find python-opencsv package info with ;; It struggles to find python-opencsv package info with