mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: emacs-edit-server: Update to 1.16.
* gnu/packages/emacs-xyz.scm (emacs-edit-server): Update to 1.16. [propagated-inputs]: Add emacs-ert-async.
This commit is contained in:
parent
3acf140736
commit
260b6d5554
1 changed files with 3 additions and 2 deletions
|
@ -16430,7 +16430,7 @@ mode.")
|
||||||
(define-public emacs-edit-server
|
(define-public emacs-edit-server
|
||||||
(package
|
(package
|
||||||
(name "emacs-edit-server")
|
(name "emacs-edit-server")
|
||||||
(version "1.15")
|
(version "1.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16439,7 +16439,7 @@ mode.")
|
||||||
(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 "0xxby3ghs38i1l7kag12rnzlzcg9297pm8k6kqq3aqzsg9d2950y"))))
|
(base32 "0m7gj224sqxjjw5sxky92fnrxg9jy4nf33kwf0aqxnfhqlgh545k"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -16448,6 +16448,7 @@ mode.")
|
||||||
;; Elisp directory is not in root of the source.
|
;; Elisp directory is not in root of the source.
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "servers"))))))
|
(chdir "servers"))))))
|
||||||
|
(propagated-inputs `(("emacs-ert-async" ,emacs-ert-async)))
|
||||||
(home-page "https://github.com/stsquad/emacs_chrome")
|
(home-page "https://github.com/stsquad/emacs_chrome")
|
||||||
(synopsis "Server that responds to edit requests from Chromium")
|
(synopsis "Server that responds to edit requests from Chromium")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue