diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-20 13:54:34 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:49 +0100 |
| commit | e537fbb3c2d5ddccee425abe32ae4c3c1069a163 (patch) | |
| tree | 8cd2b179df3ce0b2a36d82f3536e33ef0b220b51 | |
| parent | 7bb8166dbf066c4beaa462631cd5b494f8bbffde (diff) | |
gnu: python-pixell: Update to 0.32.4.
* gnu/packages/astronomy.scm (python-pixell): Update to 0.32.4.
Relates-to: guix/guix!10702
| -rw-r--r-- | gnu/packages/astronomy.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c884632e120..326ec021cfe 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -8413,7 +8413,7 @@ and the use of a modern programming language, techniques, and libraries | |||
| 8413 | (define-public python-pixell | 8413 | (define-public python-pixell |
| 8414 | (package | 8414 | (package |
| 8415 | (name "python-pixell") | 8415 | (name "python-pixell") |
| 8416 | (version "0.31.8") | 8416 | (version "0.32.4") |
| 8417 | (source | 8417 | (source |
| 8418 | (origin | 8418 | (origin |
| 8419 | (method git-fetch) | 8419 | (method git-fetch) |
| @@ -8422,9 +8422,8 @@ and the use of a modern programming language, techniques, and libraries | |||
| 8422 | (commit (string-append "v" version)))) | 8422 | (commit (string-append "v" version)))) |
| 8423 | (file-name (git-file-name name version)) | 8423 | (file-name (git-file-name name version)) |
| 8424 | (sha256 | 8424 | (sha256 |
| 8425 | (base32 "0v0q4i1s8d0z5iigw60v8gvsaqs9xmf2l7bpx0bvg8xysindzwyg")))) | 8425 | (base32 "18f56mdqx80cfbsknm5x63b1s24bnkfj9kffwn1aslshi8j1llh4")))) |
| 8426 | (build-system pyproject-build-system) | 8426 | (build-system pyproject-build-system) |
| 8427 | ;; tests: 42 passed, 1 warning | ||
| 8428 | (arguments | 8427 | (arguments |
| 8429 | (list | 8428 | (list |
| 8430 | #:phases | 8429 | #:phases |
