gnu: python-jupyter-console: Update to 6.4.0.

* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0.
[native-inputs]: Add PYTHON-PYTEST.
This commit is contained in:
Ludovic Courtès 2021-11-19 22:35:22 +01:00
parent 7c9801e857
commit 25b6e7110c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -12159,14 +12159,14 @@ (define-public python-ipywidgets
(define-public python-jupyter-console
(package
(name "python-jupyter-console")
(version "6.1.0")
(version "6.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jupyter_console" version))
(sha256
(base32
"06s3kr5vx0l1y1b7fxb04dmrppscl7q69sl9yyfr0d057d1ssvkg"))))
"1iqrxhd8hvlyf8cqbc731ssnwm61wrycnbiczy5wsfahd3hlh8i4"))))
(build-system python-build-system)
(propagated-inputs
`(("python-ipykernel" ,python-ipykernel)
@ -12174,7 +12174,8 @@ (define-public python-jupyter-console
("python-prompt-toolkit" ,python-prompt-toolkit-2)
("python-pygments" ,python-pygments)))
(native-inputs
`(("python-nose" ,python-nose)))
`(("python-nose" ,python-nose)
("python-pytest" ,python-pytest)))
(home-page "https://jupyter.org")
(synopsis "Jupyter terminal console")
(description "This package provides a terminal-based console frontend for