mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
546a15f46b
commit
9e54825f1c
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue