gnu: emacs-tide: Update to 5.1.3.

* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 5.1.3.
This commit is contained in:
Nicolas Goaziou 2023-06-10 20:58:07 +02:00
parent 90368a1c64
commit 6eb3f30feb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13132,7 +13132,7 @@ indentation and filling of comments and C preprocessor fontification.")
(define-public emacs-tide (define-public emacs-tide
(package (package
(name "emacs-tide") (name "emacs-tide")
(version "4.5.4") (version "5.1.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -13141,7 +13141,7 @@ indentation and filling of comments and C preprocessor fontification.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0zrapfxdarakp3kwp73c2ymjx51fsnfk6azi2y1wb2kgsdxl2yim")))) "01chyr71b8893jxgf4wncpskfmg9iwfpcaxq0vfc6yaij46yfhky"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-dash emacs-flycheck emacs-s emacs-typescript-mode)) (list emacs-dash emacs-flycheck emacs-s emacs-typescript-mode))