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 ( | 2023-07-09 | gnu: ghostscript: Fix CVE-2023-36664....* gnu/packages/ghostscript.scm (ghostscript/fixed): New variable. (ghostscript)[replacement]: Assign it to new field. * gnu/packages/patches/ghostscript-CVE-2023-36664.patch, gnu/packages/patches/ghostscript-CVE-2023-36664-fixup.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. | Tobias Geerinckx-Rice | |
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
Diffstat (limited to 'gnu/packages')
-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)) |