mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: python-radio-beam: Update to 0.3.7.
* gnu/packages/astronomy.scm (python-radio-beam): Update to 0.3.7. Change-Id: If767386ad3010bda9a25b4c575bc130e22d56f3b
This commit is contained in:
parent
225e724de3
commit
96ada0e6aa
1 changed files with 2 additions and 2 deletions
|
@ -4174,13 +4174,13 @@ (define-public python-rad
|
|||
(define-public python-radio-beam
|
||||
(package
|
||||
(name "python-radio-beam")
|
||||
(version "0.3.6")
|
||||
(version "0.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "radio-beam" version))
|
||||
(sha256
|
||||
(base32 "19c6gmm1wvyp5nn1yfbzl428rkysdq273j2yaarxpivv7cwj7qjk"))))
|
||||
(base32 "0dg6vqdhmzh47awdkkcbf455gw6if2qwxyhcqbq2dkhbwsx680gc"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
|
|
Loading…
Reference in a new issue