mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: python-astropy: Update to 5.1.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.1. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
dd69af5ddc
commit
2a87e497ec
1 changed files with 3 additions and 3 deletions
|
@ -879,13 +879,13 @@ (define-public celestia-gtk
|
||||||
(define-public python-astropy
|
(define-public python-astropy
|
||||||
(package
|
(package
|
||||||
(name "python-astropy")
|
(name "python-astropy")
|
||||||
(version "5.0.1")
|
(version "5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "astropy" version))
|
(uri (pypi-uri "astropy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09wh589ywjsgjvi76v2d2zqd9sri0461rrnml0b0pah5lbkcv0k3"))
|
(base32 "0zkv3ddzlxx21i796azfbqxrqnsxn83vsczscv577iyzxp3v5c8x"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -948,7 +948,7 @@ (define-public python-astropy
|
||||||
python-ipython
|
python-ipython
|
||||||
python-jplephem
|
python-jplephem
|
||||||
python-objgraph
|
python-objgraph
|
||||||
python-pytest
|
python-pytest-7.1
|
||||||
python-pytest-astropy
|
python-pytest-astropy
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
|
|
Loading…
Reference in a new issue