guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e0434920090836ab29bf1851a2bc9060dd8b1dd6
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 7ac736c96d..7a30f8ca33 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))