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

commit d4c950c25fcd07057b59725a3e32960e3c7d56f9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 15 14:50:02 2025 +0100

    gnu: python-dust-extinction: Update to 1.6.
    
    * gnu/packages/astronomy.scm (python-dust-extinction): Update to 1.6.
    [native-inputs]: Remove python-pytest-astropy and python-wheel; add 
python-pytest,
    python-pytest-doctestplus, and python-setuptools-next.
    
    Change-Id: Ifc8caf5663f086ae10aca3018559113c03edcfa2
---
 gnu/packages/astronomy.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3f4e4f19df..4da35d825d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3732,19 +3732,21 @@ used with local NetDRMS sites.")
 (define-public python-dust-extinction
   (package
     (name "python-dust-extinction")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "dust_extinction" version))
        (sha256
-        (base32 "0f0g6gh4kj83xfv0cdp30dahs80pnhsj7c6ryz3f59qf6d5zqard"))))
+        (base32 "01iap2k49izn53v23kwkkpr5j5xhgk79xlwx6cb6h5ng29274nq5"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest-astropy
-           python-wheel))
+     (list python-pytest
+           python-pytest-doctestplus
+           python-setuptools-next))
     (propagated-inputs
-     (list python-astropy python-scipy))
+     (list python-astropy
+           python-scipy))
     (home-page "http://dust-extinction.readthedocs.io/";)
     (synopsis "Interstellar Dust Extinction Models")
     (description

Reply via email to