mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python-astropy: Update to 6.1.4.
* gnu/packages/astronomy.scm (python-astropy): Update to 6.1.4. Change-Id: I255426bf289d3e39dd2a39c40787b90e97452906
This commit is contained in:
parent
06648cd12e
commit
7eea67cee5
1 changed files with 2 additions and 2 deletions
|
@ -2732,13 +2732,13 @@ (define-public stellarium
|
|||
(define-public python-astropy
|
||||
(package
|
||||
(name "python-astropy")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astropy" version))
|
||||
(sha256
|
||||
(base32 "0w09fn7zy2nr5pvvqwmi3s3cm3y5pzxpn7wldz7bbxn1xp6k9j4s"))
|
||||
(base32 "0d0cnqm0p00ap8wys5jcg9h958c6mizx87wzwvmrpackn3i5h59n"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue