guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 514ba8b0d7baff6ddd821063eb4bc52494c159b2 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Aug 21 19:22:33 2025 +0100 gnu: python-stcal: Update to 1.15.0. * gnu/packages/astronomy.scm (python-stcal): Update to 1.15.0. Change-Id: Iac61eb110dfbf20806f5d0752b3233b8cc54c9ce --- 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 b7f75f4338..f0ed0c2380 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7433,13 +7433,13 @@ and CAS statistics), as well as fitting 2D Sérsic profiles.") (define-public python-stcal (package (name "python-stcal") - (version "1.14.1") + (version "1.15.0") (source (origin (method url-fetch) (uri (pypi-uri "stcal" version)) (sha256 - (base32 "1y3w1nlb4f56f9w7ql1al35mj2xv53cagrnpqknl1kh6r6qg7pqj")))) + (base32 "0q27dw3gsv03kik63rclpg0si8qb2k7l8lhszi2b1948kb0spwnn")))) (build-system pyproject-build-system) (arguments (list
