mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7c9801e857
commit
25b6e7110c
1 changed files with 4 additions and 3 deletions
|
@ -12159,14 +12159,14 @@ in the data.")
|
||||||
(define-public python-jupyter-console
|
(define-public python-jupyter-console
|
||||||
(package
|
(package
|
||||||
(name "python-jupyter-console")
|
(name "python-jupyter-console")
|
||||||
(version "6.1.0")
|
(version "6.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jupyter_console" version))
|
(uri (pypi-uri "jupyter_console" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06s3kr5vx0l1y1b7fxb04dmrppscl7q69sl9yyfr0d057d1ssvkg"))))
|
"1iqrxhd8hvlyf8cqbc731ssnwm61wrycnbiczy5wsfahd3hlh8i4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-ipykernel" ,python-ipykernel)
|
`(("python-ipykernel" ,python-ipykernel)
|
||||||
|
@ -12174,7 +12174,8 @@ in the data.")
|
||||||
("python-prompt-toolkit" ,python-prompt-toolkit-2)
|
("python-prompt-toolkit" ,python-prompt-toolkit-2)
|
||||||
("python-pygments" ,python-pygments)))
|
("python-pygments" ,python-pygments)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)
|
||||||
|
("python-pytest" ,python-pytest)))
|
||||||
(home-page "https://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Jupyter terminal console")
|
(synopsis "Jupyter terminal console")
|
||||||
(description "This package provides a terminal-based console frontend for
|
(description "This package provides a terminal-based console frontend for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue