mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: python-astropy: Update to 6.1.2.
* gnu/packages/astronomy.scm (python-astropy): Update to 6.1.2. Change-Id: Ia0c01d57201e45fc2def7323a363bde852e22fa7
This commit is contained in:
parent
257c45e793
commit
94464a2d3f
1 changed files with 2 additions and 2 deletions
|
@ -1813,13 +1813,13 @@ (define-public stellarium
|
|||
(define-public python-astropy
|
||||
(package
|
||||
(name "python-astropy")
|
||||
(version "6.1.1")
|
||||
(version "6.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astropy" version))
|
||||
(sha256
|
||||
(base32 "0f31wgjg22phcx8fw7p612qp3v2ak7nziisnsnwaqc0wj5fz9ip5"))
|
||||
(base32 "0fhx9zjsqp7z8z8phafpbwpb46idrbsamkfg42l8j0z94i73s452"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue