me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I370ae8cd4ebe07a7772bda04176597fc77c7c964
master
Sharlatan Hellseher 2024-06-11 22:23:26 +01:00
parent 764b8cd5e2
commit 5a1930bf9a
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -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))