diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-13 19:12:04 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-30 09:10:09 +0000 |
| commit | df1623e0a55cdba408e3b66b3fe2c73b71e8ec7c (patch) | |
| tree | 8b5e0b3311f89f5bd257cc7fbd64f4fe2063c23f /gnu | |
| parent | 33e2e4a8796d3ea5d7e7970699046a10604b694b (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 5e0dbfa9b7..f2fd85cd30 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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 |
