summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f1be5cd28f..e13c4174ff 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12594,14 +12594,14 @@ container data structures in Python).")
(hidden-package
(package
(name "python-jupyter-client-bootstrap")
- (version "7.2.2")
+ (version "7.4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jupyter_client" version))
(sha256
(base32
- "12pbp177bfb3710y1a5598mwn8ffhyzmpll67m0nmalb98savnwg"))))
+ "0ck8fb0d582r8izkcn7087zmbmmqf9jkv2abd8p44867k9hdn5jn"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -12630,7 +12630,8 @@ container data structures in Python).")
python-pyzmq
python-tornado-6
python-traitlets))
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs
+ (list python-hatchling))
(home-page "https://jupyter.org/")
(synopsis "Jupyter protocol implementation and client libraries")
(description
@@ -12665,14 +12666,13 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
;; information.
"not test_start_parallel_process_kernels"))))))))
(native-inputs
- (list python-pytest
+ (list python-hatchling
+ python-pytest
python-pytest-asyncio
python-pytest-timeout
python-async-generator
python-ipython
- python-ipykernel-bootstrap
- python-setuptools
- python-wheel))
+ python-ipykernel-bootstrap))
(properties (alist-delete 'hidden? (package-properties base))))))
(define-public python-ipykernel