This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 71c4428943 gnu: emacs-jupyter: Update to 1.0-3.de89cbe.
71c4428943 is described below
commit 71c4428943a980f83c529af8f8d849110bd7a046
Author: Ghislain Vaillant <[email protected]>
AuthorDate: Thu Dec 18 17:19:03 2025 +0100
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 <[email protected]>
Signed-off-by: Cayetano Santos <[email protected]>
---
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 2ddda65e27..a027904cfe 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