[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/34: gnu: python-astropy: Update to 6.1.7.
From: |
guix-commits |
Subject: |
11/34: gnu: python-astropy: Update to 6.1.7. |
Date: |
Mon, 30 Dec 2024 10:24:17 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 24a8b7350545a1f02bdc98fb67c8219b8afcd786
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 10 15:17:43 2024 +0000
gnu: python-astropy: Update to 6.1.7.
* gnu/packages/astronomy.scm (python-astropy): Update to 6.1.7.
Change-Id: I10eb5927df83392552535f00dcfb649e43d9129c
---
gnu/packages/astronomy.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 09540c071c..0a466db8f6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3262,16 +3262,20 @@ stack typically requires post-processing, including
sharpening (e.g. via
deconvolution). Such post-processing is not performed by Stackistry.")
(license license:gpl3+)))
+;; XXX: Upgrading to the latest version requires Python3.11+ and fresh
+;; versions of numpy, PyYAML, packaging, Pandas and matplotlib, see
+;; <https://github.com/astropy/astropy/blob/v7.0.0/CHANGES.rst
+;; #other-changes-and-additions>.
(define-public python-astropy
(package
(name "python-astropy")
- (version "6.1.6")
+ (version "6.1.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astropy" version))
(sha256
- (base32 "0iv8mkdflfprigv3g6666v80nvg6blwz0989hqw232g7gms57qb3"))
+ (base32 "1vspagb4vbmkl6fm3mr78577dgdq992ggwkd5qawpdh6cccaq1d4"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (3ea95d7736 -> 40b9f33066), guix-commits, 2024/12/30
- 01/34: gnu: julia-preferences: Update to 1.4.3., guix-commits, 2024/12/30
- 03/34: gnu: Add julia-interfaces., guix-commits, 2024/12/30
- 06/34: gnu: calceph: Update to 4.0.3., guix-commits, 2024/12/30
- 05/34: gnu: Add julia-commonsolve., guix-commits, 2024/12/30
- 17/34: gnu: python-crds: Update to 12.0.8., guix-commits, 2024/12/30
- 14/34: gnu: python-bayesicfitting: Update to 3.2.3., guix-commits, 2024/12/30
- 28/34: gnu: Add python-asdf-3., guix-commits, 2024/12/30
- 13/34: gnu: python-asdf: Update to 4.0.0., guix-commits, 2024/12/30
- 04/34: gnu: Add julia-extents., guix-commits, 2024/12/30
- 11/34: gnu: python-astropy: Update to 6.1.7.,
guix-commits <=
- 30/34: gnu: python-roman-datamodels: Adjust input., guix-commits, 2024/12/30
- 20/34: gnu: python-halotools: Update to 0.9.2., guix-commits, 2024/12/30
- 31/34: gnu: python-specutils: Fix build., guix-commits, 2024/12/30
- 25/34: gnu: webbpsf-data: Update to 1.5.0., guix-commits, 2024/12/30
- 24/34: gnu: python-sunpy: Update to 6.0.4., guix-commits, 2024/12/30
- 32/34: gnu: python-stdatamodels: Update to 2.2.0., guix-commits, 2024/12/30
- 23/34: gnu: python-spisea: Update to 2.1.13., guix-commits, 2024/12/30
- 22/34: gnu: python-pysiaf: Update to 0.24.1., guix-commits, 2024/12/30
- 09/34: gnu: splash: Update to 3.11.1., guix-commits, 2024/12/30
- 07/34: gnu: healpix: Update to 3.8.3., guix-commits, 2024/12/30