diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-16 20:27:44 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-27 17:03:06 +0100 |
commit | ffbdeba58fd31ea2151301d58419d6996f601587 (patch) | |
tree | 3c76e0708dac7eef976199f211412858579eacdf /gnu | |
parent | 1e161d1578d5ae587128e610b03f63762bf12492 (diff) | |
download | guix-ffbdeba58fd31ea2151301d58419d6996f601587.tar guix-ffbdeba58fd31ea2151301d58419d6996f601587.tar.gz |
gnu: python-dust-extinction: Update to 1.5.
* gnu/packages/astronomy.scm (python-dust-extinction): Update to 1.5.
Change-Id: Icb7e5f62cc25ecf11729a47b83331f0170a44e0b
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b3ca5074c3..0febff6867 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2488,13 +2488,13 @@ code to be greatly simplified.") (define-public python-dust-extinction (package (name "python-dust-extinction") - (version "1.4.1") + (version "1.5") (source (origin (method url-fetch) (uri (pypi-uri "dust_extinction" version)) (sha256 - (base32 "00vyglyq2209y0mp0d5vipqrfjxp4qb8x8nx8ic2x4s19xq8ds88")))) + (base32 "0f0g6gh4kj83xfv0cdp30dahs80pnhsj7c6ryz3f59qf6d5zqard")))) (build-system pyproject-build-system) (propagated-inputs (list python-astropy python-scipy)) |