me
/
guix
Archived
1
0
Fork 0

gnu: python-asdf: Update to 2.15.0.

* gnu/packages/astronomy.scm (python-asdf): Update to 2.15.0.
[native-inputs]: Add python-fsspec.

Signed-off-by: Vinicius Monego <monego@posteo.net>
master
Sharlatan Hellseher 2023-05-24 22:51:52 +01:00 committed by Vinicius Monego
parent c6d2c61259
commit 9595b7619b
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 3 additions and 2 deletions

View File

@ -2726,13 +2726,13 @@ datetime object.")
(define-public python-asdf (define-public python-asdf
(package (package
(name "python-asdf") (name "python-asdf")
(version "2.13.0") (version "2.15.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "asdf" version)) (uri (pypi-uri "asdf" version))
(sha256 (sha256
(base32 "1zixzv4n2fryaszsfchqh2nvp0gzvarhz03fc721yw6iafdadqij")))) (base32 "11s56797l5330kkhppkyz0bsvms016knmyswj4gx91zrxf8iqvv8"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
;; FIXME: Tests fail a lot with ;; FIXME: Tests fail a lot with
@ -2743,6 +2743,7 @@ datetime object.")
`(#:tests? #f)) `(#:tests? #f))
(native-inputs (native-inputs
(list python-astropy (list python-astropy
python-fsspec
python-packaging python-packaging
python-psutil python-psutil
python-pytest python-pytest