diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-01-22 23:58:05 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-27 18:16:55 +0100 |
commit | e858cd9105bb9a41467c3524c4bb764e70bb8f5a (patch) | |
tree | 77d148e61e78477805fae8d2883ff1eac363bee7 /gnu/packages | |
parent | 7375f6ca0e8f6fbcca6613239aad0fe985ee5cef (diff) | |
download | guix-e858cd9105bb9a41467c3524c4bb764e70bb8f5a.tar.gz |
gnu: python-astropy: Update to 5.2.1.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2b5efc84a8..f8e1bd4bcd 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -984,13 +984,13 @@ accurately in real time at any rate desired.") (define-public python-astropy (package (name "python-astropy") - (version "5.1.1") + (version "5.2.1") (source (origin (method url-fetch) (uri (pypi-uri "astropy" version)) (sha256 - (base32 "10dxjim60ch4qznqa5s63q936mkvy95p0k26kcwzv43hmybdcjxs")) + (base32 "08xc6brs7xwiqchhsjq8l10p6qc5p68cfxps7s889spqfyh2gbpn")) (modules '((guix build utils))) (snippet '(begin |