me
/
guix
Archived
1
0
Fork 0

gnu: python-asdf-astropy: Update to 0.5.0.

* gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.5.0.

Change-Id: I8e3473eaefb922f3cff135fd084f467f36dbedb4
master
Sharlatan Hellseher 2023-12-15 12:32:32 +00:00
parent 9c7c39600c
commit 9876d22321
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -4036,13 +4036,13 @@ install an implementation package such as asdf-astropy.")
(define-public python-asdf-astropy
(package
(name "python-asdf-astropy")
(version "0.4.0")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf-astropy" version))
(sha256
(base32 "1difb2y1hlalbhrw8znwmmc0vzgg44zfsay98lpllb7y0536fas6"))))
(base32 "061y7r1d2fqlr8a6gyaffqa3z5m0ymljahhvxzcb71355xkqig7v"))))
(build-system pyproject-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases