guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit e6a068f28d998c4587680d3d368a59c22d55dc2c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 17 16:09:50 2025 +0100

    gnu: python-stcal: Update to 1.15.2.
    
    * gnu/packages/astronomy.scm (python-stcal): Update to 1.15.2.
    
    Change-Id: I53adefe697e189908b508aaca0711fc7a0f8cd8c
---
 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 c0daaff986..c3f91ce612 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8684,13 +8684,13 @@ and CAS statistics), as well as fitting 2D Sérsic 
profiles.")
 (define-public python-stcal
   (package
     (name "python-stcal")
-    (version "1.15.0")
+    (version "1.15.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "stcal" version))
        (sha256
-        (base32 "0q27dw3gsv03kik63rclpg0si8qb2k7l8lhszi2b1948kb0spwnn"))))
+        (base32 "0lzwp06399fwxi8m82cmj5009s2xyvmzmvxw64qfbm39mxkhbw51"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to