From 71c4428943a980f83c529af8f8d849110bd7a046 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Thu, 18 Dec 2025 17:19:03 +0100 Subject: [PATCH] gnu: emacs-jupyter: Update to 1.0-3.de89cbe. * gnu/packages/emacs-xyz.scm (emacs-jupyter): Update to 1.0-3.de89cbe. [source]: Update git repository URL. [home-page]: Update. Change-Id: I11beaa374dbdd298607e6573f7c61f3f88488306 Modified-by: Cayetano Santos Signed-off-by: Cayetano Santos --- gnu/packages/emacs-xyz.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2ddda65e277745eda555455a9af8ecb1df1ab154..a027904cfe85146c265ad0ceef09d49c19719b0f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26852,8 +26852,9 @@ the pipeline, featuring the support for running @code{emacsclient}.") (license license:gpl3+))) (define-public emacs-jupyter - (let ((commit "db8a9e233a010a61063f34220821ec76157a2d84") - (revision "2")) + ;; Last release from 3/2024. + (let ((commit "de89cbeca890db51ba84aee956658f89aaa0b642") + (revision "3")) (package (name "emacs-jupyter") (version (git-version "1.0" revision commit)) @@ -26861,11 +26862,11 @@ the pipeline, featuring the support for running @code{emacsclient}.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/nnicandro/emacs-jupyter") + (url "https://github.com/emacs-jupyter/jupyter") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0gjxi84d95sx5fw8q2a8szfhq6kb4xzwq0xr9a3pirkiga9hxymz")))) + (base32 "09mcnl4piynzynjad7zy35rp6qn35xh1zrfc7kyws8qmii3561db")))) (build-system emacs-build-system) (arguments (list #:tests? #f)) ;tests require a working jupyter (propagated-inputs @@ -26874,7 +26875,7 @@ the pipeline, featuring the support for running @code{emacsclient}.") emacs-simple-httpd emacs-websocket emacs-zmq)) - (home-page "https://github.com/nnicandro/emacs-jupyter") + (home-page "https://github.com/emacs-jupyter/jupyter") (synopsis "Emacs interface to communicate with Jupyter kernels") (description "This package provides an Emacs interface to communicate with Jupyter kernels. It provides REPL and Org mode source code block frontends to