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

* /gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.1.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Edouard Klein 2020-05-26 11:33:57 +02:00 committed by Marius Bakke
parent 2d6972b2a0
commit 5b4cb2b993
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -9053,14 +9053,14 @@ (define-public python2-ipywidgets
(define-public python-jupyter-console
(package
(name "python-jupyter-console")
(version "6.0.0")
(version "6.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jupyter_console" version))
(sha256
(base32
"1xdjw11cppf1fxvwkw2bk13ckkwas3bdah8baingn9296mvfi31h"))))
"06s3kr5vx0l1y1b7fxb04dmrppscl7q69sl9yyfr0d057d1ssvkg"))))
(build-system python-build-system)
(propagated-inputs
`(("python-ipykernel" ,python-ipykernel)