gnu: python-radio-beam: Update to 0.3.6.
* gnu/packages/astronomy.scm (python-radio-beam): Update to 0.3.6. [native-inputs]: Add python-setuptools-scm. Change-Id: I3be87a22b701119699d37104f8df4f3fab44d0c8master
parent
6318e7a851
commit
d96a9c7473
|
@ -4129,13 +4129,13 @@ Grace Roman Space Telescope.")
|
||||||
(define-public python-radio-beam
|
(define-public python-radio-beam
|
||||||
(package
|
(package
|
||||||
(name "python-radio-beam")
|
(name "python-radio-beam")
|
||||||
(version "0.3.4")
|
(version "0.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "radio-beam" version))
|
(uri (pypi-uri "radio-beam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0293hlbxb61h8js7yrvrbiw8108qn5s0rh2iy9rkhc012mzjacp0"))))
|
(base32 "19c6gmm1wvyp5nn1yfbzl428rkysdq273j2yaarxpivv7cwj7qjk"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astropy
|
(list python-astropy
|
||||||
|
@ -4143,7 +4143,7 @@ Grace Roman Space Telescope.")
|
||||||
python-numpy
|
python-numpy
|
||||||
python-scipy
|
python-scipy
|
||||||
python-six))
|
python-six))
|
||||||
(native-inputs (list python-pytest-astropy))
|
(native-inputs (list python-pytest-astropy python-setuptools-scm))
|
||||||
(home-page "https://radio-beam.readthedocs.io/en/latest/")
|
(home-page "https://radio-beam.readthedocs.io/en/latest/")
|
||||||
(synopsis "Operations for radio astronomy beams with Astropy")
|
(synopsis "Operations for radio astronomy beams with Astropy")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue