diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-14 15:20:52 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:52 +0000 |
| commit | e0434920090836ab29bf1851a2bc9060dd8b1dd6 (patch) | |
| tree | 9fb6d82a2e6248343eec92b04e369b8114a3e507 /gnu | |
| parent | 82114e1ef8a114d1c3c0b7bb0be85667e41f1216 (diff) | |
gnu: python-colossus: Update to 1.3.9-0.f585ffe.
* gnu/packages/astronomy.scm (python-colossus): Update to
17niawiqsvns6qfrplxyl5n7dhsmrdl8ycfgvr73iwpp4jdlhkki commit.
[native-inputs]: Remove python-wheel.
Change-Id: I48364a5b2f07a3945a82a677b07f1c1216837405
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 7ac736c96d2..7a30f8ca338 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3652,12 +3652,12 @@ 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.8. - (let ((commit "e51408a3eaffef073da1df767160cb2441177cc0") + ;; commit pointing to the version 1.3.9. + (let ((commit "f585ffe12d0689e370a112d88ca9a27be5b22ef4") (revision "0")) (package (name "python-colossus") - (version (git-version "1.3.8" revision commit)) + (version (git-version "1.3.9" revision commit)) (source (origin (method git-fetch) @@ -3666,7 +3666,7 @@ with Docker/Shifter and Singularity).") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0lz4n4i4frgsdspmka4pk6q4zq6j1z37g5xx7pr3xzgl9qfiiad2")))) + (base32 "17niawiqsvns6qfrplxyl5n7dhsmrdl8ycfgvr73iwpp4jdlhkki")))) (build-system pyproject-build-system) (arguments (list @@ -3684,8 +3684,7 @@ with Docker/Shifter and Singularity).") python-jsonpickle python-pytest python-scikit-image - python-setuptools - python-wheel)) + python-setuptools)) (propagated-inputs (list python-numpy python-scipy)) |
