summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-08 22:03:03 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-08 22:03:03 +0100
commit4425f095f977c5df38f1ebeb7552881dc273c6c2 (patch)
tree981c4492e6e7db47a75bf502933f4635b385638a /gnu
parente7dd881806dfd6fcbbbcccb8a5674d6668d6f47a (diff)
downloadguix-patches-4425f095f977c5df38f1ebeb7552881dc273c6c2.tar
guix-patches-4425f095f977c5df38f1ebeb7552881dc273c6c2.tar.gz
gnu: emacs-tide: Update to 4.0.2.
* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.0.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2bb33cb29a..662336829f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8660,7 +8660,7 @@ indentation and filling of comments and C preprocessor fontification.")
(define-public emacs-tide
(package
(name "emacs-tide")
- (version "3.2.3")
+ (version "4.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -8669,7 +8669,7 @@ indentation and filling of comments and C preprocessor fontification.")
(file-name (git-file-name name version))
(sha256
(base32
- "19kjq4kr2j853p5qp1s79zxmrfprli82lsnphbrlp9vbnib28xyd"))))
+ "1n2dihpl53a48jis3l4rry581wpr5lxjd433drlkaa4lqgx8cw67"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)