sharlatan pushed a commit to branch master
in repository guix.

commit a7c5f5a958294985f2c740979ff558432a52ed52
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jul 17 23:13:01 2024 +0100

    gnu: python-sunpy: Update to 5.1.5.
    
    * gnu/packages/astronomy.scm (python-sunpy): Update to 5.1.5.
    
    Change-Id: If735089d542dfe376da0f11bc66163c5857f7158
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

Reply via email to