gnu: python-astropy: Update to 5.0.1.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.0.1.
This commit is contained in:
parent
1290856590
commit
4d07f12b26
1 changed files with 2 additions and 2 deletions
|
@ -614,13 +614,13 @@ accurately in real time at any rate desired.")
|
||||||
(define-public python-astropy
|
(define-public python-astropy
|
||||||
(package
|
(package
|
||||||
(name "python-astropy")
|
(name "python-astropy")
|
||||||
(version "5.0")
|
(version "5.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "astropy" version))
|
(uri (pypi-uri "astropy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09rr9z2kn5qw34fqpwxgcwsn9m5aw6f0dd0pm232aa8k3qakw83h"))
|
(base32 "09wh589ywjsgjvi76v2d2zqd9sri0461rrnml0b0pah5lbkcv0k3"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue