gnu: emacs-jupyter: Update to 1.0.

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

Change-Id: I9c9fae1aac83344e62814aead1225f53700c745d
This commit is contained in:
Nicolas Goaziou 2024-04-06 14:30:30 +02:00
parent d6bb6dffc0
commit b1398be68c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22478,7 +22478,7 @@ the pipeline, featuring the support for running @code{emacsclient}.")
(define-public emacs-jupyter (define-public emacs-jupyter
(package (package
(name "emacs-jupyter") (name "emacs-jupyter")
(version "0.8.3") (version "1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -22487,7 +22487,7 @@ the pipeline, featuring the support for running @code{emacsclient}.")
(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 "0acn964xlpn265vry35lrkkpf9z5y4ml96xg8ifadkxwxymm1sh2")))) (base32 "0rf8d83bzc05v0w7zpqwcd89cdvrxwzpyf55vmmzj5j755bgxvhs"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-company ;optional (list emacs-company ;optional