diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-09-07 23:32:26 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-27 12:08:01 +0100 |
commit | 893e14cde3c38a08052372a1240d655fb9082068 (patch) | |
tree | 79798651138e76c1f185e2c95a21076e9813a472 /gnu | |
parent | 07a9f57a69d3f8f0bd4d1f6a666c36d846b3cdce (diff) | |
download | guix-893e14cde3c38a08052372a1240d655fb9082068.tar.gz |
gnu: python-astropy: Update to 5.3.3.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu')
-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 783f328c4d..fc61baa92b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1353,13 +1353,13 @@ accurately in real time at any rate desired.") (define-public python-astropy (package (name "python-astropy") - (version "5.3.1") + (version "5.3.3") (source (origin (method url-fetch) (uri (pypi-uri "astropy" version)) (sha256 - (base32 "0x4dh7wx9sn1gy6sl2d54zsd24cgfjwrlk6kfrwpzzrmbsv22lwv")) + (base32 "1fwk7x4q1hgdf9m8q613c6q7045sam1g934vgqv588ksbngxyc03")) (modules '((guix build utils))) (snippet '(begin |