gnu: python-jupyter-protocol: Update to 0.2.0.
* gnu/packages/jupyter.scm (python-jupyter-protocol): Update to 0.2.0. [propagated-inputs]: Add python-ipython-genutils.master
parent
7fc8e9ea90
commit
1178fdee3b
|
@ -54,16 +54,19 @@
|
||||||
(define-public python-jupyter-protocol
|
(define-public python-jupyter-protocol
|
||||||
(package
|
(package
|
||||||
(name "python-jupyter-protocol")
|
(name "python-jupyter-protocol")
|
||||||
(version "0.1.1")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jupyter_protocol" version))
|
(uri (pypi-uri "jupyter_protocol" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bk3as5yw9y5nmq6l15nr46aby34phmvsx9kxgqnm5pd5q2b5h57"))))
|
"075vbaak6hlk9606lw61ldv72p6694k938jd1kvkm6spd0pczpmn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-dateutil python-jupyter-core python-pyzmq
|
(list python-dateutil
|
||||||
|
python-ipython-genutils
|
||||||
|
python-jupyter-core
|
||||||
|
python-pyzmq
|
||||||
python-traitlets))
|
python-traitlets))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-ipykernel python-ipython python-mock python-pytest))
|
(list python-ipykernel python-ipython python-mock python-pytest))
|
||||||
|
|
Reference in New Issue