aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/astronomy.scm4
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
n>home: services: ssh-agent: Handle setting of SSH_AUTH_SOCK....Jan (janneke) Nieuwenhuizen 2023-03-16home: services: kodi, znc, ssh-agent: Use 'match-record'....Ludovic Courtès 2023-03-16home: services: ssh-agent: Remove host-side use of (shepherd support)....Ludovic Courtès 2023-03-16gnu: home: services: Add home-ssh-agent-service-type....Jan (janneke) Nieuwenhuizen 2022-08-25services: Use the new maybe/unset API....Attila Lendvai 2022-08-10home: ssh: Fix invalid value error for address-family....Maxim Cournoyer 2022-06-17home: Add OpenSSH service....Ludovic Courtès