guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 797eeae43a675f2f5ad65f4b4405a68638ebd103
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 15:47:54 2026 +0000

    gnu: python-glue-core: Update to 1.25.0.
    
    * gnu/packages/astronomy.scm (python-glue-core): Update to 1.25.0.
    
    Change-Id: I5ee624b9ec63ccaa781085f241555c62f97c396b
---
 gnu/packages/astronomy.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8de56c8ea9..67679bc5fc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5314,17 +5314,20 @@ astronomy-specific functionality")
 (define-public python-glue-core
   (package
     (name "python-glue-core")
-    (version "1.24.1")
+    (version "1.25.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "glue_core" version))
        (sha256
-        (base32 "062l4bhh1dvsazrlnjc4kr3qj9g3s8qmcs0kqb1libiimy6rdbkk"))))
+        (base32 "0wmz67wlkd2qr9dlb5g96q80cqhfynhbmrqzr7r6kj3v8629ydf0"))))
     (build-system pyproject-build-system)
     (arguments
-     ;; XXX: This test is flaky, it can fail if the CI system is slow.
-     (list #:test-flags #~(list "-k" "not test_combine_slices_hypot")))
+     ;; tests: 1556 passed, 1 deselected, 6 xfailed, 1 xpassed, 41 warnings
+     (list
+      #:test-flags
+      ;; XXX: This test is flaky, it can fail if the CI system is slow.
+      #~(list "-k" "not test_combine_slices_hypot")))
     (native-inputs
      (list python-pytest
            python-pytest-mpl

Reply via email to