diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-06-10 20:58:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-06-10 20:58:07 +0200 |
commit | 6eb3f30feb7bea74f8a8795458c41a66e2e131a0 (patch) | |
tree | e91a7c840601c12291b4e6c3b43e5595ead93046 | |
parent | 90368a1c64cae5b012f3daedecb976818376b175 (diff) | |
download | guix-6eb3f30feb7bea74f8a8795458c41a66e2e131a0.tar guix-6eb3f30feb7bea74f8a8795458c41a66e2e131a0.tar.gz |
gnu: emacs-tide: Update to 5.1.3.
* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 5.1.3.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ed4bce1383..15a7b33444 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13132,7 +13132,7 @@ indentation and filling of comments and C preprocessor fontification.") (define-public emacs-tide (package (name "emacs-tide") - (version "4.5.4") + (version "5.1.3") (source (origin (method git-fetch) (uri (git-reference @@ -13141,7 +13141,7 @@ indentation and filling of comments and C preprocessor fontification.") (file-name (git-file-name name version)) (sha256 (base32 - "0zrapfxdarakp3kwp73c2ymjx51fsnfk6azi2y1wb2kgsdxl2yim")))) + "01chyr71b8893jxgf4wncpskfmg9iwfpcaxq0vfc6yaij46yfhky")))) (build-system emacs-build-system) (propagated-inputs (list emacs-dash emacs-flycheck emacs-s emacs-typescript-mode)) |