gnu: python-sunpy: Update to 5.1.5.
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.1.5. Change-Id: If735089d542dfe376da0f11bc66163c5857f7158master
parent
9d84eb9bbb
commit
a7c5f5a958
|
@ -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
|
||||||
|
|
Reference in New Issue