mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
961fd92dd7
commit
7b31224f23
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue