diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 00:33:47 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-30 23:49:02 +0000 |
| commit | 2995fa0c0e3adb46f20fc2201e4551a825ddc13c (patch) | |
| tree | 4514bbe4ccf103e2dae74d5dd8484daade449625 /gnu | |
| parent | 75840da919bbc8b1269a0330da80da44bb793bff (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ec0eb4c202e..f0ce83a6fb8 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 |
