gnu: emacs-jupyter: Update to 0.8.3.

* gnu/packages/emacs-xyz.scm (emacs-jupyter): Update to 0.8.3.
[description]: Tiny fix to description.
This commit is contained in:
Nicolas Goaziou 2023-06-10 20:53:37 +02:00
parent a3abca191d
commit f2c6479b3f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20929,7 +20929,7 @@ (define-public epipe
(define-public emacs-jupyter (define-public emacs-jupyter
(package (package
(name "emacs-jupyter") (name "emacs-jupyter")
(version "0.8.2") (version "0.8.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -20938,7 +20938,7 @@ (define-public emacs-jupyter
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1sr007wsl2y6wqpzkmv3inbpwhvgdcb2nmqzgfg7w1awapi2r13p")))) (base32 "0acn964xlpn265vry35lrkkpf9z5y4ml96xg8ifadkxwxymm1sh2"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-company ;optional (list emacs-company ;optional
@ -20949,9 +20949,9 @@ (define-public emacs-jupyter
(home-page "https://github.com/nnicandro/emacs-jupyter") (home-page "https://github.com/nnicandro/emacs-jupyter")
(synopsis "Emacs interface to communicate with Jupyter kernels") (synopsis "Emacs interface to communicate with Jupyter kernels")
(description "This package provides an Emacs interface to communicate with (description "This package provides an Emacs interface to communicate with
Jupyter kernels. It provides REPL and @code{org-mode} source code block Jupyter kernels. It provides REPL and Org mode source code block frontends to
frontends to Jupyter kernels and kernel interactions integrated with Emacs' Jupyter kernels and kernel interactions integrated with Emacs' built-in
built-in features.") features.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-hcl-mode (define-public emacs-hcl-mode