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