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
This commit is contained in:
Sharlatan Hellseher 2026-01-13 19:12:04 +00:00
parent 546a15f46b
commit 9e54825f1c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1059,18 +1059,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