guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e2fa3885db6f9f50fe0cec383301fe562e1d3cec
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 15 14:55:29 2025 +0100
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
---
gnu/packages/astronomy.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 03de51ee74..0db6a5799c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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")