diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-11 22:23:26 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-30 10:11:17 +0100 |
commit | 5a1930bf9a6e3810ad6972d4ddabdf7c14802f9e (patch) | |
tree | 3544abe9dfebd66405715fe4eaeb36a11371417f | |
parent | 764b8cd5e2e2983475bc169b713c4508c19a1ab4 (diff) | |
download | guix-5a1930bf9a6e3810ad6972d4ddabdf7c14802f9e.tar.gz guix-5a1930bf9a6e3810ad6972d4ddabdf7c14802f9e.zip |
gnu: python-dust-extinction: Update to 1.4.1.
* gnu/packages/astronomy.scm (python-dust-extinction): Update to 1.4.1.
Change-Id: I370ae8cd4ebe07a7772bda04176597fc77c7c964
-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 1b4f403557..bddb841cbe 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2316,13 +2316,13 @@ code to be greatly simplified.") (define-public python-dust-extinction (package (name "python-dust-extinction") - (version "1.4") + (version "1.4.1") (source (origin (method url-fetch) (uri (pypi-uri "dust_extinction" version)) (sha256 - (base32 "0yw2mdsbsmk0cs9wzsmmrnkhriyhj1gir6irjsfxd518fa8bik2k")))) + (base32 "00vyglyq2209y0mp0d5vipqrfjxp4qb8x8nx8ic2x4s19xq8ds88")))) (build-system pyproject-build-system) (propagated-inputs (list python-astropy python-scipy)) |