diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-19 21:14:36 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:03 +0000 |
| commit | a047695b372bee843539f4166834994300e118fe (patch) | |
| tree | 6a917fa4c631e486338ecd7d0e4148cf095229cb /gnu | |
| parent | 76f96e3b5327d45ae965d40e231da526c0b6af15 (diff) | |
gnu: python-colossus: Update to 1.3.12-0.d7e0c97.
* gnu/packages/astronomy.scm (python-colossus): Update to
d7e0c9771d241153d83335f97748815a51c0c79b commit.
Change-Id: I83580d16bc2027e522482b08de0458015b38f7f9
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a27c9319272..7bd92f93163 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4017,11 +4017,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) @@ -4030,7 +4030,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 |
