guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 99d1e8884ab3c0de90b25abf8efbd760c8793515
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 23:22:44 2025 +0000
gnu: python-sunpy: Update to 7.0.4.
* gnu/packages/astronomy.scm (python-sunpy): Update to 7.0.4.
Change-Id: Ic040dfd48da9b975d1d765734c0ab8c8441f6b74
---
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 298a342d29..da4384ea74 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10050,13 +10050,13 @@ SunPy.")
(define-public python-sunpy
(package
(name "python-sunpy")
- (version "7.0.3")
+ (version "7.0.4") ; higher versions require NumPy 2+
(source
(origin
(method url-fetch)
(uri (pypi-uri "sunpy" version))
(sha256
- (base32 "03qpg64a5gb82fv8w0j7ba5xsf6g3x8gzmiiqh0qhv1npwh8c2c7"))))
+ (base32 "0ylzxb52ii8s7i9imc0mpj3pgsa1lz4b8dmjk3kwnf8hrdzzd1ry"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -10100,12 +10100,12 @@ SunPy.")
python-setuptools-scm))
(propagated-inputs
(list python-astropy
+ python-fsspec
python-numpy
python-packaging
python-parfive
python-pyerfa
python-requests
- python-fsspec
;; [optional]
opencv
python-aiobotocore