guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a27040b8ca66cc56ff4a115ee84a11081c86792a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 15 19:19:42 2026 +0100
gnu: python-extinction: Update to 0.4.9.
* gnu/packages/astronomy.scm (python-extinction): Update to 0.4.9.
[arguments]: Drop all.
Relates-to: guix/guix!10702
---
gnu/packages/astronomy.scm | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 28416bbc92..fec66ba116 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5593,20 +5593,17 @@ Euclid Consortium should be used.")
(define-public python-extinction
(package
(name "python-extinction")
- (version "0.4.8")
+ (version "0.4.9")
(source
(origin
- (method git-fetch) ; No tests in PyPI
+ (method git-fetch)
(uri (git-reference
- (url "https://github.com/sncosmo/extinction")
- (commit (string-append "v" version))))
+ (url "https://github.com/sncosmo/extinction")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dcb4c1rjv0msb3kagpgrj2xlb5spv8j76giy14vxkvz33lm4pz7"))))
+ (base32 "19cq9dfmiwm77c928104jrzynga7h1y6x62z495d2qf0qji6v2d6"))))
(build-system pyproject-build-system)
- (arguments
- (list
- #:test-flags #~(list "test.py")))
(native-inputs
(list python-cython
python-pytest
@@ -5616,8 +5613,8 @@ Euclid Consortium should be used.")
(home-page "https://github.com/sncosmo/extinction")
(synopsis "Fast interstellar dust extinction laws")
(description
- "This package provides a cython-optimized implementation of empirical dust
-exitinction laws found in the literature.")
+ "This package provides a cython-optimized implementation of empirical
+dust exitinction laws found in the literature.")
(license license:expat)))
(define-public python-fiasco