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

commit b12517d4d30e43ae70b364cbd4279e69820aa4f6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 21:14:36 2026 +0000

    gnu: python-colossus: Update to 1.3.12-0.d7e0c97.
    
    * gnu/packages/astronomy.scm (python-colossus): Update to
    d7e0c9771d241153d83335f97748815a51c0c79b commit.
    
    Change-Id: I83580d16bc2027e522482b08de0458015b38f7f9
---
 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 a4559b5ea7..2134a9bf80 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4073,11 +4073,11 @@ with Docker/Shifter and Singularity).")
 (define-public python-colossus
   ;; There is no source distribution in PyPI and no version tags, use the
   ;; latest commit from the master HEAD.
-  (let ((commit "5ea40f83d6f3bb56c6e1f2eb31b90dabebf60d3d")
+  (let ((commit "d7e0c9771d241153d83335f97748815a51c0c79b")
         (revision "0"))
     (package
       (name "python-colossus")
-      (version (git-version "1.3.11" revision commit))
+      (version (git-version "1.3.12" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -4086,7 +4086,7 @@ with Docker/Shifter and Singularity).")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1iqs5cfdpp3sypqi7ycb1qv0gyf7im3ynx5dbsj0m7v7ky5r3qw6"))))
+          (base32 "07g7hkhcfa0qv0w5c2vp52q7wr5y5xmwhqfqw59lgzfc4drkh68l"))))
       (build-system pyproject-build-system)
       (arguments
        (list

Reply via email to