diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-19 23:17:47 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-30 23:49:02 +0000 |
| commit | 75840da919bbc8b1269a0330da80da44bb793bff (patch) | |
| tree | 419bfe11392c85e166cbcf24091b2181b17539ef /gnu/packages | |
| parent | af5a06c2f3be9b7de7d50e7514965364970efa3c (diff) | |
gnu: python-colossus: Update to 1.3.9-1.8c5546e.
* gnu/packages/astronomy.scm (python-colossus): Update to
8c5546eea1cbd35c2d78825e248928d376e9d6da commit.
Change-Id: I4fe05815acb91b752a01be5fa72301dbe2f783aa
Diffstat (limited to 'gnu/packages')
| -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 8379ae17925..ec0eb4c202e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3743,9 +3743,9 @@ with Docker/Shifter and Singularity).") (define-public python-colossus ;; There is no source distribution in PyPI and no version tags, use the - ;; commit pointing to the version 1.3.9. - (let ((commit "f585ffe12d0689e370a112d88ca9a27be5b22ef4") - (revision "0")) + ;; latest commit from the master HEAD. + (let ((commit "8c5546eea1cbd35c2d78825e248928d376e9d6da") + (revision "1")) (package (name "python-colossus") (version (git-version "1.3.9" revision commit)) @@ -3757,7 +3757,7 @@ with Docker/Shifter and Singularity).") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "17niawiqsvns6qfrplxyl5n7dhsmrdl8ycfgvr73iwpp4jdlhkki")))) + (base32 "0x4kdwl05gcfkypfmv6sji54nh2jm8s4bb7ra6y8rcfw3hi8ckdk")))) (build-system pyproject-build-system) (arguments (list |
