gnu: python-extinction: Update to 0.4.8.

* gnu/packages/astronomy.scm (python-extinction): Update to 0.4.8.
[native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next.

Change-Id: I1fd4f9656eebb4e8e3845ed9273beacb691f1ab0
This commit is contained in:
Sharlatan Hellseher 2025-08-15 14:55:29 +01:00 committed by Andrew Tropin
parent 40daf7ee4c
commit e2fa3885db
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -3807,7 +3807,7 @@ tools for astronomers.")
(define-public python-extinction
(package
(name "python-extinction")
(version "0.4.7")
(version "0.4.8")
(source
(origin
(method git-fetch) ; No tests in PyPI
@ -3816,7 +3816,7 @@ tools for astronomers.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "04k9mfbijf2nwzhh9sxpkswxk7077d7gbc6nq4hjb51h8rslcjg2"))))
(base32 "1dcb4c1rjv0msb3kagpgrj2xlb5spv8j76giy14vxkvz33lm4pz7"))))
(build-system pyproject-build-system)
(arguments
(list
@ -3824,8 +3824,7 @@ tools for astronomers.")
(native-inputs
(list python-cython
python-pytest
python-setuptools
python-wheel))
python-setuptools-next))
(propagated-inputs
(list python-numpy))
(home-page "https://github.com/sncosmo/extinction")