guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit c3f0c428dab24b3474af5c70168eaaf9947c95dd
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 8573592f01..72bda74c1f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3814,7 +3814,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
@@ -3823,7 +3823,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
@@ -3831,8 +3831,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";)

Reply via email to