guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-bokeh: Use Tornado 6.


From: guix-commits
Subject: 03/05: gnu: python-bokeh: Use Tornado 6.
Date: Mon, 5 Jun 2023 11:11:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1671aa25d4b610b7d417218a44e2d1e102aea4ff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 5 17:07:09 2023 +0200

    gnu: python-bokeh: Use Tornado 6.
    
    * gnu/packages/python-xyz.scm (python-bokeh)[propagated-inputs]: Replace
    python-tornado with python-tornado-6.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 50a586d773..e28e1ebeef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16408,7 +16408,7 @@ enhancements to optimization and data fitting 
problems.")
            python-packaging
            python-pillow
            python-pyyaml
-           python-tornado
+           python-tornado-6
            python-typing-extensions))
     (native-inputs
      (list python-beautifulsoup4



reply via email to

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