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

commit b559b0ecb59e2d36b54dd95d23a508d283596980
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:57:06 2026 +0000

    gnu: python-colossus: Update to 1.3.11-0.5ea40f8.
    
    * gnu/packages/astronomy.scm (python-colossus): Update to
    5ea40f83d6f3bb56c6e1f2eb31b90dabebf60d3d commit.
    
    Change-Id: I929dc7e45ad32fb2e007d882e0b8f0bcef162c8c
---
 gnu/packages/astronomy.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ff7dffc9e8..1f531fe970 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3942,11 +3942,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 "4c9d0e54969e531c1b9a7120b0e752c77b1f404a")
+  (let ((commit "5ea40f83d6f3bb56c6e1f2eb31b90dabebf60d3d")
         (revision "0"))
     (package
       (name "python-colossus")
-      (version (git-version "1.3.10" revision commit))
+      (version (git-version "1.3.11" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -3955,11 +3955,11 @@ with Docker/Shifter and Singularity).")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1zvdpxf82fp3r8nfh65gzlfkacpagfdhpbac65p4bjfnpvm1m3cj"))))
+          (base32 "1iqs5cfdpp3sypqi7ycb1qv0gyf7im3ynx5dbsj0m7v7ky5r3qw6"))))
       (build-system pyproject-build-system)
       (arguments
        (list
-        ;; tests: 105 passed, 7 warnings
+        ;; tests: 105 passed, 1 warning
         #:phases
         #~(modify-phases %standard-phases
             (add-before 'check 'pre-check

Reply via email to