gnu: python-dust-extinction: Update to 1.4.

* gnu/packages/astronomy.scm (python-dust-extinction): Update to 1.4.

Change-Id: I335f9ae01c022c6bea229b73f131aab459126809
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Sharlatan Hellseher 2024-05-20 23:12:37 +01:00 committed by Andrew Tropin
parent 961fd92dd7
commit 7b31224f23
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -2299,13 +2299,13 @@ (define-public python-drizzle
(define-public python-dust-extinction
(package
(name "python-dust-extinction")
(version "1.3")
(version "1.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dust_extinction" version))
(sha256
(base32 "14zy6kyrfi4ash7qg1k3im1zzgr2r7rnaggzk0ar3jlfmsii743k"))))
(base32 "0yw2mdsbsmk0cs9wzsmmrnkhriyhj1gir6irjsfxd518fa8bik2k"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-astropy python-scipy))