guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 5fb8a3847c49ac7dcf5a7b5e6b3caff18e60dcd8 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Oct 14 15:20:52 2025 +0100 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 --- gnu/packages/astronomy.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 26d6aabc03..90dc86a576 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3651,12 +3651,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) @@ -3665,7 +3665,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 @@ -3683,8 +3683,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))
