diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-15 12:57:06 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-30 09:10:10 +0000 |
| commit | ca8eb0edfa232d5ea15563d77e8bbfb673ba04f6 (patch) | |
| tree | f3caa4def1adf0c43e13590cd9f181358cbcbf2a | |
| parent | 6d652dc0b213bf4fdf55c797dc42430205e2261e (diff) | |
gnu: python-colossus: Update to 1.3.11-0.5ea40f8.
* gnu/packages/astronomy.scm (python-colossus): Update to
5ea40f83d6f3bb56c6e1f2eb31b90dabebf60d3d commit.
Change-Id: I929dc7e45ad32fb2e007d882e0b8f0bcef162c8c
| -rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index fa65541154..ae105ed701 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 |
