gnu: python-qtconsole: Update to 5.3.0.

* gnu/packages/python-xyz.scm (python-qtconsole): Update to 5.3.0.
[native-inputs]: Add python-pytest-qt.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Lars-Dominik Braun 2022-04-25 11:38:04 +02:00 committed by Maxim Cournoyer
parent e3bb211c23
commit dd50817dd6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -14011,13 +14011,13 @@ (define python-jupyter-console-minimal
(define-public python-qtconsole (define-public python-qtconsole
(package (package
(name "python-qtconsole") (name "python-qtconsole")
(version "4.7.7") (version "5.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "qtconsole" version)) (uri (pypi-uri "qtconsole" version))
(sha256 (sha256
(base32 "013qgpsm8jzcz3prhq7sxs36l8f7fgagmn3xa010gfhxf7cfldpj")))) (base32 "09anp8g7vqi8z8wyi2lv21a2frd2dyhyrzvcrk2anijyqzyj0dcf"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -14034,7 +14034,7 @@ (define-public python-qtconsole
python-jupyter-core python-pygments python-pyqt python-pyzmq python-jupyter-core python-pygments python-pyqt python-pyzmq
python-qtpy python-traitlets)) python-qtpy python-traitlets))
(native-inputs (native-inputs
(list python-flaky python-pytest)) (list python-flaky python-pytest python-pytest-qt))
(home-page "https://jupyter.org") (home-page "https://jupyter.org")
(synopsis "Jupyter Qt console") (synopsis "Jupyter Qt console")
(description "This package provides a Qt-based console for Jupyter with (description "This package provides a Qt-based console for Jupyter with