mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python-sunpy: Update to 5.1.3.
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.1.3. Change-Id: If025ccc8435202a6bf50cf1e48d1955c51a78a34 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
76f1e3812a
commit
7061badb04
1 changed files with 2 additions and 2 deletions
|
@ -2875,13 +2875,13 @@ (define-public python-sgp4
|
||||||
(define-public python-sunpy
|
(define-public python-sunpy
|
||||||
(package
|
(package
|
||||||
(name "python-sunpy")
|
(name "python-sunpy")
|
||||||
(version "5.1.2")
|
(version "5.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sunpy" version))
|
(uri (pypi-uri "sunpy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0h62qh74xanj2drikjch7h0a5g4dsaf3v4qxx38vjazmibc37ynp"))))
|
(base32 "0bqpbdgd3blpa4y5f45j5cqn0xdnmqvqnqr1vmqwn5ddlx88z5lh"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue