guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6114b68b547ce46b4b689ff47410debcc872c65f
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 abc9a88d39..fc4fa84ecb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10021,13 +10021,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
@@ -10071,12 +10071,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