guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit d5e1d99e9ee4c02da3d8054fa6b092bf5b50da5d Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Sep 18 13:12:12 2025 +0100 gnu: python-asdf-standard: Update to 1.4.0. * gnu/packages/astronomy.scm (python-asdf-standard): Update to 1.4.0. [native-inputs]: Remove python-astropy-minimal, python-jsonschema, python-pypa-build, and python-wheel; add python-pytest-asdf-plugin, and python-pyyaml. Change-Id: I37840d6c17630ce69312ebf2a755fb9a97edfe15 --- gnu/packages/astronomy.scm | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4e585c39c8..8d5bfaf83a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2161,26 +2161,23 @@ implementation package such as asdf-astropy.") (define-public python-asdf-standard (package (name "python-asdf-standard") - (version "1.3.0") + (version "1.4.0") (source (origin (method url-fetch) (uri (pypi-uri "asdf_standard" version)) (sha256 - (base32 - "0r7dxbiwngpwwjdbs2vqk94v1vjsgyilswkq180d5slx74grcn2r")))) + (base32 "1p7x5j8ym70c2cmgnv0113i4q465jbrqg8311mwbfz5q1lfi4pqc")))) (build-system pyproject-build-system) (native-inputs (list python-asdf-bootstrap python-asdf-transform-schemas-bootstrap - python-astropy-minimal - python-jsonschema - python-pypa-build - python-pytest python-packaging + python-pytest + python-pytest-asdf-plugin + python-pyyaml python-setuptools-next - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (home-page "https://asdf-standard.readthedocs.io/") (synopsis "ASDF standard schemas") (description
