This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 003658b0fc Revert "gnu: python-nbclassic: Fix build."
003658b0fc is described below
commit 003658b0fc5eeaa4d59f0162bfd942088f08385b
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Mon Dec 23 19:50:19 2024 +0100
Revert "gnu: python-nbclassic: Fix build."
This reverts commit 907b6bb51af8af15a0d6dd3ab1e33109a4ad4d2e.
It wasn't enough to make jupyter actually usable again.
I guess there are some bigger excavations necessary.
Change-Id: I202f03ef87789b44c85e3c167c9cfc14ca172744
---
gnu/packages/jupyter.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 23217b84e9..9a3ef8b121 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -80,8 +80,7 @@
python-send2trash
python-terminado
python-tornado-6
- python-traitlets
- python-webcolors-24))
+ python-traitlets))
(native-inputs (list python-coverage
python-nbval
python-jupyter-packaging