gnu: python-colossus: Update to 1.3.11-0.5ea40f8.

* gnu/packages/astronomy.scm (python-colossus): Update to
5ea40f83d6f3bb56c6e1f2eb31b90dabebf60d3d commit.

Change-Id: I929dc7e45ad32fb2e007d882e0b8f0bcef162c8c
This commit is contained in:
Sharlatan Hellseher 2026-01-15 12:57:06 +00:00
parent be8d1cacec
commit c38cae3f8f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3936,11 +3936,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)
@ -3949,11 +3949,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