guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

84/361: gnu: python-jupyter-kernel-mgmt: Use Tornado 6.


From: guix-commits
Subject: 84/361: gnu: python-jupyter-kernel-mgmt: Use Tornado 6.
Date: Fri, 22 Nov 2024 06:00:17 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit a9b0b85f188aa28090bfeb0b1637f46d89f3b430
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 17:12:07 2024 +0200

    gnu: python-jupyter-kernel-mgmt: Use Tornado 6.
    
    * gnu/packages/jupyter.scm (python-jupyter-kernel-mgmt)[propagated-inputs]:
    Replace python-tornado with python-tornado-6.
    
    Change-Id: Ibba54e0c7517673aa2ae1b693d4fa38701887b7a
---
 gnu/packages/jupyter.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 86d4721801..2ea66acc56 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -185,7 +185,7 @@ protocol} to be used by both clients and kernels.")
            python-jupyter-core
            python-jupyter-protocol
            python-pyzmq
-           python-tornado
+           python-tornado-6
            python-traitlets))
     (native-inputs
      (list python-async-generator



reply via email to

[Prev in Thread] Current Thread [Next in Thread]