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 <csantosb@inventati.org>
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
Ghislain Vaillant 2025-12-18 17:19:03 +01:00 committed by Cayetano Santos
parent bfd56b06cb
commit 71c4428943
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -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