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

commit 3080c6850890426d1b91efeadf2696c006060ee3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Mar 21 08:33:12 2026 +0000

    gnu: python-romancal: Update to 0.22.0-0.cbdb56a.
    
    * gnu/packages/astronomy.scm (python-romancal): Update to
    cbdb56a32058a02ee5a42959d2d301fc526e65be commit.
    
    Change-Id: I460df4fbabf951538fd49b68cb8df26198f84aa5
---
 gnu/packages/astronomy.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 9c25b5a360..1773701d5d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8594,20 +8594,25 @@ pipelines.")
 (define-public python-romancal
   (package
     (name "python-romancal")
-    (version "0.22.0")
+    ;; To support "spherical-geometry>=1.3.3,<1.5"
+    (properties '((commit . "cbdb56a32058a02ee5a42959d2d301fc526e65be")
+                  (revision . "0")))
+    (version (git-version "0.22.0"
+                          (assoc-ref properties 'revision)
+                          (assoc-ref properties 'commit)))
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
               (url "https://github.com/spacetelescope/romancal";)
-              (commit version)))
+              (commit (assoc-ref properties 'commit))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rj1v07hnl7g1qd6fgv9czy1qa6lqfjf0ckbi5ldyy9yji9drhx1"))))
+        (base32 "1pdlhgz3pl5lzgy918vgxyyisz5h3s0qd00yjg3q36n6mis3jna6"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 380 passed, 311 skipped, 18 deselected, 2 warnings
+      ;; tests: 415 passed, 323 skipped, 18 deselected, 2 warnings
       #:test-flags
       #~(list "--color=no"
               ;; Tests requiring calibration data.

Reply via email to