1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

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

View File

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