mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
34106c85d8
commit
5f3457ccbb
1 changed files with 2 additions and 4 deletions
|
@ -307,14 +307,14 @@ (define-public python-jupyter-packaging
|
|||
(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 @@ (define-public python-jupyter-server
|
|||
(propagated-inputs
|
||||
(list python-anyio
|
||||
python-argon2-cffi
|
||||
python-ipython-genutils
|
||||
python-jinja2
|
||||
python-jupyter-client
|
||||
python-jupyter-core
|
||||
|
@ -349,7 +348,6 @@ (define-public python-jupyter-server
|
|||
python-nbformat
|
||||
python-prometheus-client
|
||||
python-pyzmq
|
||||
python-requests-unixsocket
|
||||
python-send2trash
|
||||
python-terminado
|
||||
python-tornado-6
|
||||
|
|
Loading…
Reference in a new issue