me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -9053,14 +9053,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.0.0") (version "6.1.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
"1xdjw11cppf1fxvwkw2bk13ckkwas3bdah8baingn9296mvfi31h")))) "06s3kr5vx0l1y1b7fxb04dmrppscl7q69sl9yyfr0d057d1ssvkg"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-ipykernel" ,python-ipykernel) `(("python-ipykernel" ,python-ipykernel)