diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-17 15:47:54 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:02 +0000 |
| commit | 847eb589ecf6085e7b4c910340c52ddc0d5fc14e (patch) | |
| tree | 98a7caef600f072e55f97690ddf3f8bfcc95ac7b /gnu | |
| parent | 589fb99143e9110551616865c21d020d75705763 (diff) | |
gnu: python-glue-core: Update to 1.25.0.
* gnu/packages/astronomy.scm (python-glue-core): Update to 1.25.0.
Change-Id: I5ee624b9ec63ccaa781085f241555c62f97c396b
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 9398ed194cc..77413596122 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5266,17 +5266,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 |
