mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-nbclient: Update to 0.6.6.
* gnu/packages/jupyter.scm (python-nbclient): Update to 0.6.6. [build-system]: Use pyproject-build-system. [propagated-inputs]: Remove python-nest-asyncio; add python-jupyter-core. Change-Id: Idb70e781c508be389f08c0cab439644852b81577
This commit is contained in:
parent
d1e66d2ddf
commit
5ac831d81b
1 changed files with 4 additions and 6 deletions
|
@ -494,21 +494,19 @@ (define-public python-jupyter-server-mathjax
|
||||||
(define-public python-nbclient
|
(define-public python-nbclient
|
||||||
(package
|
(package
|
||||||
(name "python-nbclient")
|
(name "python-nbclient")
|
||||||
(version "0.6.0")
|
(version "0.6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nbclient" version))
|
(uri (pypi-uri "nbclient" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cbhs8l8ma5nzm1i4484gsrb7189m1lmniashp929pxsqq1s929z"))))
|
"09whkb8ll1nfdn4h3k0shncgkfak4lglmiwn8wdni6nrc5wnmxqd"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Tests require tools from nbconvert, which would introduces a cycle.
|
;; Tests require tools from nbconvert, which would introduces a cycle.
|
||||||
(arguments '(#:tests? #false))
|
(arguments '(#:tests? #false))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-jupyter-client
|
(list python-jupyter-client python-jupyter-core python-nbformat
|
||||||
python-nbformat
|
|
||||||
python-nest-asyncio
|
|
||||||
python-traitlets))
|
python-traitlets))
|
||||||
(home-page "https://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Client library for executing notebooks")
|
(synopsis "Client library for executing notebooks")
|
||||||
|
|
Loading…
Reference in a new issue