gnu: python-jupyter-server: Update to 1.16.0.

* gnu/packages/jupyter.scm (python-jupyter-server): Update to 1.16.0.
[propagated-inputs]: Remove python-ipython-genutils and
python-requests-unixsocket.
This commit is contained in:
Maxim Cournoyer 2022-04-18 20:25:53 -04:00
parent 34106c85d8
commit 5f3457ccbb
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -307,14 +307,14 @@ JavaScript build steps.")
(define-public python-jupyter-server (define-public python-jupyter-server
(package (package
(name "python-jupyter-server") (name "python-jupyter-server")
(version "1.10.2") (version "1.16.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jupyter_server" version)) (uri (pypi-uri "jupyter_server" version))
(sha256 (sha256
(base32 (base32
"1gvjbsw5nl94hz02rnkr4g4kkvh9fz7i45vz17hzwyvdpj7bd8yk")))) "0fj6l34m6vk3yic87isz9bzgg4qsbr285x1faamf512bsrxghmn7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -341,7 +341,6 @@ JavaScript build steps.")
(propagated-inputs (propagated-inputs
(list python-anyio (list python-anyio
python-argon2-cffi python-argon2-cffi
python-ipython-genutils
python-jinja2 python-jinja2
python-jupyter-client python-jupyter-client
python-jupyter-core python-jupyter-core
@ -349,7 +348,6 @@ JavaScript build steps.")
python-nbformat python-nbformat
python-prometheus-client python-prometheus-client
python-pyzmq python-pyzmq
python-requests-unixsocket
python-send2trash python-send2trash
python-terminado python-terminado
python-tornado-6 python-tornado-6