mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: python-sunpy: Update to 5.1.2.
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.1.2. Change-Id: I275445d688dfb3c3c3da18a37d7d21d79814f8ef
This commit is contained in:
parent
ee75a0c0d8
commit
077146cf5f
1 changed files with 2 additions and 2 deletions
|
@ -2806,13 +2806,13 @@ (define-public python-sgp4
|
|||
(define-public python-sunpy
|
||||
(package
|
||||
(name "python-sunpy")
|
||||
(version "5.1.1")
|
||||
(version "5.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sunpy" version))
|
||||
(sha256
|
||||
(base32 "07rfdj4v29kcb718sgjfsagazvnl11r01ciqjvazr5x3yadfqrwk"))))
|
||||
(base32 "0h62qh74xanj2drikjch7h0a5g4dsaf3v4qxx38vjazmibc37ynp"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue