gnu: emacs-edit-server: Update to 1.15.
* gnu/packages/emacs-xyz.scm (emacs-edit-server): Update to 1.15.master
parent
d7c606818b
commit
a531168f5d
|
@ -14107,7 +14107,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
(define-public emacs-edit-server
|
(define-public emacs-edit-server
|
||||||
(package
|
(package
|
||||||
(name "emacs-edit-server")
|
(name "emacs-edit-server")
|
||||||
(version "1.13")
|
(version "1.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14116,7 +14116,7 @@ confused by comments or @code{foo-bar} matching @code{foo}.")
|
||||||
(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 "12dp1xj09jrp0kxp9xb6cak9dn6zkyis1wfn4fnhzmxxnrd8c5rn"))))
|
(base32 "0xxby3ghs38i1l7kag12rnzlzcg9297pm8k6kqq3aqzsg9d2950y"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue