gnu: python-pyerfa: Update to 2.0.1.1.
* gnu/packages/astronomy.scm (python-pyerfa): Update to 2.0.1.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
95a1688229
commit
966ffbf8c6
|
@ -3489,13 +3489,13 @@ exposures and high-level data products (mosaics, extracted spectra, etc.).")
|
||||||
(define-public python-pyerfa
|
(define-public python-pyerfa
|
||||||
(package
|
(package
|
||||||
(name "python-pyerfa")
|
(name "python-pyerfa")
|
||||||
(version "2.0.0.3")
|
(version "2.0.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyerfa" version))
|
(uri (pypi-uri "pyerfa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f8zykzxjsiwv5ibdn5asla2ng2xl0xdkrcrrd61j31mb3xbnzyp"))
|
(base32 "0swsdkipnk73iflsa7qbaw89wahbnfyvplqaxwi0yfrxippp9b6v"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
@ -3506,6 +3506,7 @@ exposures and high-level data products (mosaics, extracted spectra, etc.).")
|
||||||
(list
|
(list
|
||||||
;; Disable only one failing test:
|
;; Disable only one failing test:
|
||||||
;; AttributeError: __warningregistry__
|
;; AttributeError: __warningregistry__
|
||||||
|
;; See https://github.com/liberfa/pyerfa/issues/126
|
||||||
#:test-flags #~(list "-k" "not test_errwarn_reporting")
|
#:test-flags #~(list "-k" "not test_errwarn_reporting")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue