guix_mirror_bot pushed a commit to branch guile-team
in repository guix.
commit 946c9b3b76eda576bde0f2b1537f0b26d4d3d263
Author: Yelninei <[email protected]>
AuthorDate: Wed Feb 11 15:48:39 2026 +0000
gnu: jupyter-guile-kernel: Use guile-json-4.
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel)[inputs]: Replace
guile-json-3
with guile-json-4.
Change-Id: I25ca8ddf477dc77f97ed61f2792ccfe040402be0
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/guile-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 745487f0a0..4f09de820b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2152,7 +2152,7 @@ messaging library.")
", \"-s"))))
#t))))))
(inputs
- (list openssl guile-3.0 guile-json-3 guile-simple-zmq))
+ (list openssl guile-3.0 guile-json-4 guile-simple-zmq))
(synopsis "Guile kernel for the Jupyter Notebook")
(description
"This package provides a Guile 2.x kernel for the Jupyter Notebook. It