guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2995fa0c0e3adb46f20fc2201e4551a825ddc13c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 20 00:33:47 2025 +0000
gnu: python-coolest: Update to 0.1.11.
* gnu/packages/astronomy.scm (python-coolest): Update to 0.1.11.
[native-inputs]: Add python-setuptools.
Change-Id: I231c50e7b921dfbc4b3dada32f12a3feef4b4d65
---
gnu/packages/astronomy.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ec0eb4c202..f0ce83a6fb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3790,26 +3790,28 @@ structure of the universe, and the properties of dark
matter halos.")
(define-public python-coolest
(package
(name "python-coolest")
- (version "0.1.9")
+ (version "0.1.11")
(source
(origin
- (method git-fetch) ; no tests in the PyPI tarball
+ (method git-fetch)
(uri (git-reference
- (url "https://github.com/aymgal/COOLEST")
- (commit (string-append "v" version))))
+ (url "https://github.com/aymgal/COOLEST")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0mfkgfp6f0ay6kndh7vk8l0g2ijr32k55x3pmj15lp9kd8k3ln4r"))))
+ (base32 "1mdj5c91w1p2ch1y80y0x1y3ky30b95lzlscz2b6hl7jcf3n6jfb"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 120 passed, 81 warnings
#:test-flags
;; Cycle with python-lenstronomy.
#~(list "--ignore=test/api/profiles/light_test.py"
"--ignore=test/api/profiles/mass_test.py")))
(native-inputs
(list python-pytest
- python-scikit-image))
+ python-scikit-image
+ python-setuptools))
(propagated-inputs
(list python-astropy
python-getdist