guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 450dc69bfd48ba3a26ed77e6c162860c8a2f6442 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Nov 20 00:33:47 2025 +0000 gnu: python-asdf-astropy: Update to 0.9.0. * gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.9.0. Change-Id: Ieef85f56a1178f1fe1bed7dce1ce473966f9168b --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d27807f70d..7193aa8e71 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2226,13 +2226,13 @@ implementation of the ASDF Standard.") (define-public python-asdf-astropy (package (name "python-asdf-astropy") - (version "0.8.0") + (version "0.9.0") (source (origin (method url-fetch) (uri (pypi-uri "asdf_astropy" version)) (sha256 - (base32 "15wyxh9afqdzmr90d5hmbkamrz3jfwcx8qhkpbbjikyby8biy26f")))) + (base32 "0hsm9brcq92x0mhayc067skzxm0gvkl9m04af98fac3jhn08favv")))) (build-system pyproject-build-system) (arguments (list
