me
/
guix
Archived
1
0
Fork 0

gnu: python-rad: Update to 0.20.0

* gnu/packages/astronomy.scm (python-rad): Update to 0.20.0. Adjust
indentation.

Change-Id: I5921c5153ace1032313121c00c73423f3d1e7c84
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Sharlatan Hellseher 2024-05-20 23:12:42 +01:00 committed by Andrew Tropin
parent 3f9c5f8958
commit 7f06891aa9
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 9 additions and 8 deletions

View File

@ -4997,13 +4997,13 @@ default) to world coordinates.")
(define-public python-rad
(package
(name "python-rad")
(version "0.19.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "rad" version))
(sha256
(base32
"08dh9asdjgfmczmqyjplgdvbk3n68qw6akd8h953wq6v3yr4k4rq"))))
(version "0.20.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "rad" version))
(sha256
(base32 "05b7qjhahzfjdp820m3qm69wrzb73njjqrzkk7hxkd8gbrbp0mj1"))))
(build-system pyproject-build-system)
(arguments
(list
@ -5012,7 +5012,8 @@ default) to world coordinates.")
#:test-flags #~(list "--ignore=tests/test_schemas.py")))
(native-inputs
(list python-pytest python-setuptools-scm))
(propagated-inputs (list python-asdf python-asdf-astropy))
(propagated-inputs
(list python-asdf python-asdf-astropy))
(home-page "https://github.com/spacetelescope/rad")
(synopsis "Roman Attribute Dictionary")
(description