diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-20 23:12:44 +0100 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-05-30 18:23:42 +0400 |
commit | 7061badb04ab3ec68d74329fb8493fbde16cbba5 (patch) | |
tree | 6900eba63cb64bb1a60645bc6576c6e5bce6405f /gnu/packages/astronomy.scm | |
parent | 76f1e3812a83edb25f8675b190594bb296ce1d9b (diff) | |
download | guix-7061badb04ab3ec68d74329fb8493fbde16cbba5.tar.gz guix-7061badb04ab3ec68d74329fb8493fbde16cbba5.zip |
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>
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b7c885c8f2..9df51c03e4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2875,13 +2875,13 @@ orbits described in TLE files.") (define-public python-sunpy (package (name "python-sunpy") - (version "5.1.2") + (version "5.1.3") (source (origin (method url-fetch) (uri (pypi-uri "sunpy" version)) (sha256 - (base32 "0h62qh74xanj2drikjch7h0a5g4dsaf3v4qxx38vjazmibc37ynp")))) + (base32 "0bqpbdgd3blpa4y5f45j5cqn0xdnmqvqnqr1vmqwn5ddlx88z5lh")))) (build-system pyproject-build-system) (arguments (list |