mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue