mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d6bb6dffc0
commit
b1398be68c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue