diff options
| -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 |
