mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: python-astropy: Update to 5.0.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.0. [propagated-inputs]: Add python-packaging, python-pyyaml. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c2ac3a72cf
commit
3c4c356879
1 changed files with 8 additions and 3 deletions
|
@ -612,13 +612,13 @@ (define-public celestia-gtk
|
|||
(define-public python-astropy
|
||||
(package
|
||||
(name "python-astropy")
|
||||
(version "4.3.1")
|
||||
(version "5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astropy" version))
|
||||
(sha256
|
||||
(base32 "0lfd6n7v7kas4wvacddnwgccax3ks908735dzilg7dsf7ci52f9d"))
|
||||
(base32 "09rr9z2kn5qw34fqpwxgcwsn9m5aw6f0dd0pm232aa8k3qakw83h"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -690,7 +690,12 @@ (define-public python-astropy
|
|||
(inputs
|
||||
(list cfitsio expat))
|
||||
(propagated-inputs
|
||||
(list python-configobj python-numpy python-ply python-pyerfa))
|
||||
(list python-configobj
|
||||
python-numpy
|
||||
python-packaging
|
||||
python-ply
|
||||
python-pyerfa
|
||||
python-pyyaml))
|
||||
(home-page "https://www.astropy.org/")
|
||||
(synopsis "Core package for Astronomy in Python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue