[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: python-astropy: Update to 5.2.1.
From: |
guix-commits |
Subject: |
06/09: gnu: python-astropy: Update to 5.2.1. |
Date: |
Fri, 27 Jan 2023 12:18:16 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit e858cd9105bb9a41467c3524c4bb764e70bb8f5a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jan 22 23:58:05 2023 +0000
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>
---
gnu/packages/astronomy.scm | 4 ++--
1 file 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
- branch master updated (729eabc6ae -> dbf965dd7b), guix-commits, 2023/01/27
- 06/09: gnu: python-astropy: Update to 5.2.1.,
guix-commits <=
- 01/09: gnu: hwloc: Update to 2.9.0., guix-commits, 2023/01/27
- 09/09: gnu: python-photutils: Update to 1.6.0., guix-commits, 2023/01/27
- 03/09: gnu: inkscape: Fix qrcode rendering., guix-commits, 2023/01/27
- 05/09: gnu: jed: Delete Windows binaries from the source tarball., guix-commits, 2023/01/27
- 07/09: gnu: python-sunpy: Update to 4.1.1., guix-commits, 2023/01/27
- 02/09: gnu: hypre: Mark as tunable., guix-commits, 2023/01/27
- 08/09: gnu: python-regions: Update to 0.7., guix-commits, 2023/01/27
- 04/09: gnu: Add jed., guix-commits, 2023/01/27