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

commit e7f36de82772a982315eefbdcdbaef29dc7ea966
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 13 19:12:04 2026 +0000

    gnu: ginga: Update to 5.5.1.
    
    * gnu/packages/astronomy.scm (ginga): Update to 5.5.1.
    [arguments] <test-flags>: Don't skip tests, all of them pass successfully.
    
    Change-Id: Ie87cc96ea661d4fd392e77c434bf1c4b2bc77552
---
 gnu/packages/astronomy.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 03c4449817..515e9432b6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1060,18 +1060,17 @@ for \"genetic modifications\" as described by e.g.
 (define-public ginga
   (package
     (name "ginga")
-    (version "5.4.0")
+    (version "5.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ginga" version))
        (sha256
-        (base32 "0wv8fb8p8icsvkh2rn8jcxxx33kgac36gm9xqbgpm2z7z6m4haa7"))))
+        (base32 "1fw3h0x74hmwkfypjpy1q80kkds26fnv8ig65jb5hj1l4g3p8wj6"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; AssertionError: Not equal to tolerance rtol=1e-07, atol=0.0001
-      #:test-flags #~(list "-k" "not test_fwhm")
+      ;; tests: 256 passed, 13 skipped
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'check 'set-home

Reply via email to