~ruther/guix-local

71c4428943a980f83c529af8f8d849110bd7a046 — Ghislain Vaillant 4 months ago bfd56b0
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>
1 files changed, 6 insertions(+), 5 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +6 -5
@@ 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