gnu: python-urwid: Update to 1.3.1.
* gnu/packages/python.scm (python-urwid): Update to 1.3.1. Signed-off-by: Mark H Weaver <mhw@netris.org>
This commit is contained in:
parent
d24e011e62
commit
51ff41f63f
|
@ -4487,21 +4487,21 @@ and written in Python.")
|
||||||
(define-public python-urwid
|
(define-public python-urwid
|
||||||
(package
|
(package
|
||||||
(name "python-urwid")
|
(name "python-urwid")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "urwid" version))
|
(uri (pypi-uri "urwid" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18mb0yy94sjc434rd61m2sfnw27sa0nyrszpj5a9r9zh7fnlzw19"))))
|
"18cnd1wdjcas08x5qwa5ayw6jsfcn33w4d9f7q3s29fy6qzc1kng"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Disable failing test. Bug filed upstream:
|
;; Disable failing test. Bug filed upstream:
|
||||||
;; https://github.com/wardi/urwid/issues/164
|
;; https://github.com/wardi/urwid/issues/164
|
||||||
;; TODO: check again for python-urwid > 1.3.0 or python > 3.4.3.
|
;; TODO: check again for python-urwid > 1.3.1 or python > 3.4.3.
|
||||||
(add-after 'unpack 'disable-failing-test
|
(add-after 'unpack 'disable-failing-test
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "urwid/tests/test_event_loops.py"
|
(substitute* "urwid/tests/test_event_loops.py"
|
||||||
|
|
Loading…
Reference in New Issue