diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-20 15:49:46 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:17 +0000 |
commit | b028dea4052899a67a77a5939b97bec01d5433ad (patch) | |
tree | 48f5d24339f398fb1a671556bec1c91b833f6c73 /gnu/packages | |
parent | b13f75ee6dc5253537967a4646170a7b2630e893 (diff) | |
download | guix-b028dea4052899a67a77a5939b97bec01d5433ad.tar guix-b028dea4052899a67a77a5939b97bec01d5433ad.tar.gz |
gnu: python-sunpy: Update to 6.0.3.
* gnu/packages/astronomy.scm (python-sunpy): Update to 6.0.3.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I9bb936987043151d8d06cab46943ed807f127c47
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 00314365f4..f92917644c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4205,13 +4205,13 @@ orbits described in TLE files.") (define-public python-sunpy (package (name "python-sunpy") - (version "6.0.2") + (version "6.0.3") (source (origin (method url-fetch) (uri (pypi-uri "sunpy" version)) (sha256 - (base32 "0mzmq2ncqgq61c1maxwynrmzcyiafnlil5mx4vhy2cvdyacm8yc9")))) + (base32 "1v3bnl9dhs9ks7jhmwy10qq6a99v2xcpalmigb255fxi9pqcy8lj")))) (build-system pyproject-build-system) (arguments (list @@ -4250,7 +4250,9 @@ python_files = test_*.py")))))))) python-pytest-mock python-pytest-mpl python-pytest-xdist - python-setuptools-scm)) + python-setuptools + python-setuptools-scm + python-wheel)) (propagated-inputs (list parfive python-asdf |