mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-asdf-astropy: Update to 0.6.0
* gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.6.0. Change-Id: I5eca1d6c113b053b8353ed43e7dfc2c7165a3139
This commit is contained in:
parent
dbe107658a
commit
4bf460b7f5
1 changed files with 2 additions and 2 deletions
|
@ -4492,13 +4492,13 @@ (define python-asdf-unit-schemas
|
|||
(define-public python-asdf-astropy
|
||||
(package
|
||||
(name "python-asdf-astropy")
|
||||
(version "0.5.0")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "asdf-astropy" version))
|
||||
(sha256
|
||||
(base32 "061y7r1d2fqlr8a6gyaffqa3z5m0ymljahhvxzcb71355xkqig7v"))))
|
||||
(base32 "0cxwknkjkgiavwmsz3vzk88c3spdi1cj4kwp62hgj92g2mh5k0zh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue