gnu: python-asdf-astropy: Update to 0.3.0.
* gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.3.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
866eb7fffb
commit
1a0dcc2112
1 changed files with 2 additions and 2 deletions
|
@ -2505,13 +2505,13 @@ install an implementation package such as asdf-astropy.")
|
||||||
(define-public python-asdf-astropy
|
(define-public python-asdf-astropy
|
||||||
(package
|
(package
|
||||||
(name "python-asdf-astropy")
|
(name "python-asdf-astropy")
|
||||||
(version "0.2.2")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "asdf_astropy" version))
|
(uri (pypi-uri "asdf_astropy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b0v4cl7xvly3x1k5k2rvc2l32jqgqp0iyf1j20fkvj450sx74f2"))))
|
(base32 "1gp5iav0a9g9q0zb22vhzi3v9vwk5wn2nxvr3mvi3bsdcdj3h23v"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-coverage
|
(list python-coverage
|
||||||
|
|
Reference in a new issue