guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit b1dd5aab36dc3a8a1df2b5529d49870a3abdbe4b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 15:08:14 2026 +0000
gnu: python-dust-extinction: Update to 1.7.
* gnu/packages/astronomy.scm (python-dust-extinction): Update to 1.7.
Change-Id: I38e5756c8b09b2f9af60578cb49d062a681b36a0
---
gnu/packages/astronomy.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d6524a1d10..0dde6dbe47 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4658,14 +4658,15 @@ used with local NetDRMS sites.")
(define-public python-dust-extinction
(package
(name "python-dust-extinction")
- (version "1.6")
+ (version "1.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dust_extinction" version))
(sha256
- (base32 "01iap2k49izn53v23kwkkpr5j5xhgk79xlwx6cb6h5ng29274nq5"))))
+ (base32 "0r0hm0x750712m3v0qkl9i1hj28zq12d8bhjk8pfh8n68kyfl8f4"))))
(build-system pyproject-build-system)
+ ;; tests: 365 passed, 41 skipped, 75 warnings
(native-inputs
(list python-pytest
python-pytest-doctestplus