guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit f8fe2007ee2783ec061905d83f9f4ca343d9c291 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Fri Oct 17 16:40:11 2025 +0100 gnu: python-sunraster: Update to 0.7.0. * gnu/packages/astronomy.scm (python-sunraster): Update to 0.7.0. Change-Id: I17b6ba7e3d6f1e93e522352d43f7d630e944d06a --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0bc91651f6..b2d7c382b1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9343,13 +9343,13 @@ to the SolarSoft data analysis environment.") (define-public python-sunraster (package (name "python-sunraster") - (version "0.6.2") + (version "0.7.0") (source (origin (method url-fetch) (uri (pypi-uri "sunraster" version)) (sha256 - (base32 "0rpxarw108igdgxvdz1g63yhyam6mgkpp7l1kkcxqyqv9najnrh4")))) + (base32 "11i4kssm9r2364s35jjy29y42qlcdxaf8h64l9ggrqgbg02anckz")))) (build-system pyproject-build-system) (arguments (list
