diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-15 22:10:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:52 +0000 |
| commit | f5758c0f2151ce096b0f0ab7ea76cf2f6e958ff0 (patch) | |
| tree | 9b8e49c89bad96c3fb32f2fd0bc37e79e2bdc210 /gnu | |
| parent | 2e59169e5642fd556e6fc864d62f904b5af734c4 (diff) | |
gnu: python-pixell: Update to 0.30.1.
* gnu/packages/astronomy.scm (python-pixell): Update to 0.30.1.
Change-Id: I3b5352773455cd7b6c654ccf2572b58a8cc1eab9
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4c9812670b8..e6767850850 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6136,13 +6136,13 @@ and the use of a modern programming language, techniques, and libraries (define-public python-pixell (package (name "python-pixell") - (version "0.30.0") + (version "0.30.1") (source (origin (method url-fetch) (uri (pypi-uri "pixell" version)) (sha256 - (base32 "0ncqqwvpg47yihlplzmhn8za8y7wab5k71n87nz8bcvzj8gnmpvw")))) + (base32 "1xcrwjh20rlaw3wqv2clq4d6mwh5lrr1c6vddfxdm64yrzis6fwn")))) (build-system pyproject-build-system) (arguments (list #:phases @@ -6151,6 +6151,7 @@ and the use of a modern programming language, techniques, and libraries ;; XXX: To prevent sanity check faileur in dependent ;; packages, Cython, Coveralls and Pytests are not required ;; during runtime. + ;; See: <https://github.com/simonsobs/pixell/pull/313>. (lambda _ (substitute* "pyproject.toml" ((" 'cython',") "") |
