From b028dea4052899a67a77a5939b97bec01d5433ad Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 20 Oct 2024 15:49:46 +0100 Subject: 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 --- gnu/packages/astronomy.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu/packages') 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 @@ (define-public python-sgp4 (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 @@ (define-public python-sunpy 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 -- cgit v1.2.3