guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit a2a0ff7bafae76950a226a074b6dab604f2cfb93 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Thu Oct 16 16:06:39 2025 +0100 gnu: python-glue-core: Update to 1.24.1. * gnu/packages/astronomy.scm (python-glue-core): Update to 1.24.1. Change-Id: I8905d91b83988d3c723472d77b6653e04726ea06 --- 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 aee7b45f95..831f1a6925 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4567,13 +4567,13 @@ astronomy-specific functionality") (define-public python-glue-core (package (name "python-glue-core") - (version "1.23.0") + (version "1.24.1") (source (origin (method url-fetch) (uri (pypi-uri "glue_core" version)) (sha256 - (base32 "0g79gw6ffz4bsby5kazv9a1mbrwa6b75kkal2bi2wjwz855nqsh6")))) + (base32 "062l4bhh1dvsazrlnjc4kr3qj9g3s8qmcs0kqb1libiimy6rdbkk")))) (build-system pyproject-build-system) (native-inputs (list python-pytest
