1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 00:30:30 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2024-10-20 15:49:46 +01:00
parent b13f75ee6d
commit b028dea405

View File

@@ -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