me
/
guix
Archived
1
0
Fork 0

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>
Sharlatan Hellseher 2022-12-03 23:14:41 +00:00 committed by Christopher Baines
parent 866eb7fffb
commit 1a0dcc2112
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -2505,13 +2505,13 @@ install an implementation package such as asdf-astropy.")
(define-public python-asdf-astropy
(package
(name "python-asdf-astropy")
(version "0.2.2")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf_astropy" version))
(sha256
(base32 "1b0v4cl7xvly3x1k5k2rvc2l32jqgqp0iyf1j20fkvj450sx74f2"))))
(base32 "1gp5iav0a9g9q0zb22vhzi3v9vwk5wn2nxvr3mvi3bsdcdj3h23v"))))
(build-system pyproject-build-system)
(native-inputs
(list python-coverage