gnu: emacs-jupyter: Update to 1.0-1.f97f4b5.

* gnu/packages/emacs-xyz.scm (emacs-jupyter): Update to 1.0-1.f97f4b5.

This bump is necessary to fix build, broken since last EMACS-ZMQ update, in
commit 57b37bc399.

Change-Id: I4cf1513cd5d99a77e0f3c6d47ed84d9ae2d37976
This commit is contained in:
Nicolas Goaziou 2024-07-21 20:41:59 +02:00
parent 0f0a82fa13
commit b204362768
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -22941,32 +22941,34 @@ the pipeline, featuring the support for running @code{emacsclient}.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-jupyter (define-public emacs-jupyter
(package (let ((commit "f97f4b5d8c83e0b901020f835183dde8a2bf649e")
(name "emacs-jupyter") (revision "1"))
(version "1.0") (package
(source (name "emacs-jupyter")
(origin (version (git-version "1.0" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/nnicandro/emacs-jupyter") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/nnicandro/emacs-jupyter")
(sha256 (commit commit)))
(base32 "0rf8d83bzc05v0w7zpqwcd89cdvrxwzpyf55vmmzj5j755bgxvhs")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(propagated-inputs (base32 "0jmhh9ncnf4ai8rr2g474n6dv9m7v983s2w0smy0h7l07sp43klq"))))
(list emacs-company ;optional (build-system emacs-build-system)
emacs-markdown-mode ;optional (propagated-inputs
emacs-simple-httpd (list emacs-company ;optional
emacs-websocket emacs-markdown-mode ;optional
emacs-zmq)) emacs-simple-httpd
(home-page "https://github.com/nnicandro/emacs-jupyter") emacs-websocket
(synopsis "Emacs interface to communicate with Jupyter kernels") emacs-zmq))
(description "This package provides an Emacs interface to communicate with (home-page "https://github.com/nnicandro/emacs-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 Jupyter kernels. It provides REPL and Org mode source code block frontends to
Jupyter kernels and kernel interactions integrated with Emacs' built-in Jupyter kernels and kernel interactions integrated with Emacs' built-in
features.") features.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-hcl-mode (define-public emacs-hcl-mode
(package (package