mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-astropy: Update to 6.1.7.
* gnu/packages/astronomy.scm (python-astropy): Update to 6.1.7. Change-Id: I10eb5927df83392552535f00dcfb649e43d9129c
This commit is contained in:
parent
6a5a1f9564
commit
24a8b73505
1 changed files with 6 additions and 2 deletions
|
@ -3262,16 +3262,20 @@ (define-public stackistry
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue