diff options
author | Sharlatan Hellseher <[email protected]> | 2024-12-17 13:31:09 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-12-30 15:07:40 +0000 |
commit | 26cf60835128b026efa7c057ef8928de84f671e4 (patch) | |
tree | 5bd5189e467eb2593e52539281d8cb0e17803090 | |
parent | 9dfc9bdbe1c7694b00473108f822aafc1eac4856 (diff) |
gnu: python-sunpy: Update to 6.0.4.
* gnu/packages/astronomy.scm (python-sunpy): Update to 6.0.4.
Change-Id: Ib0b6ae82fb2b4ff7882c1c4aa25d15d16ec8a77d
-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 9dd75e7ab8..74310d7abf 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4740,13 +4740,13 @@ orbits described in TLE files.") (define-public python-sunpy (package (name "python-sunpy") - (version "6.0.3") + (version "6.0.4") (source (origin (method url-fetch) (uri (pypi-uri "sunpy" version)) (sha256 - (base32 "1v3bnl9dhs9ks7jhmwy10qq6a99v2xcpalmigb255fxi9pqcy8lj")))) + (base32 "1x659wal84m00czkjjkvkawxivgc5d43m71m3q817zmpjkin7bma")))) (build-system pyproject-build-system) (arguments (list |