diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-20 23:12:34 +0100 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-05-30 18:23:33 +0400 |
commit | 6ceb7fadc314254bc0f512cd60bf1df2e808c829 (patch) | |
tree | 90a86c69d97918f54e9dcc9d9b7651d9537855c3 /gnu/packages | |
parent | f8dde4ab6e8b6959d0394aee21deb65da4d3a9e2 (diff) | |
download | guix-6ceb7fadc314254bc0f512cd60bf1df2e808c829.tar.gz guix-6ceb7fadc314254bc0f512cd60bf1df2e808c829.zip |
gnu: python-astropy: Update to 6.1.0.
* gnu/packages/astronomy.scm (python-astropy): Update to 6.1.0.
Change-Id: I72bbbec2df8fb6aba884c0700a977b34b3d8beec
Signed-off-by: Andrew Tropin <andrew@trop.in>
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 aec8455b3b..6b2c124f80 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1614,13 +1614,13 @@ accurately in real time at any rate desired.") (define-public python-astropy (package (name "python-astropy") - (version "6.0.1") + (version "6.1.0") (source (origin (method url-fetch) (uri (pypi-uri "astropy" version)) (sha256 - (base32 "175k2h039c0b8rsf0fdphmxbpjrszd138j8z9zkhh1kd6pg7bac9")) + (base32 "03wm12bpfifvjbvf7rixv9yr5ya5c9gy9p0dff862mxi21gr2fvc")) (modules '((guix build utils))) (snippet '(begin |