guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit e8701c0ee4558378ab9904f34a3e736dcfcde558
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 e15e3d393c..d933e21e48 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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