mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
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:
parent
90368a1c64
commit
6eb3f30feb
1 changed files with 2 additions and 2 deletions
|
@ -13132,7 +13132,7 @@ (define-public emacs-typescript-mode
|
|||
(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 @@ (define-public emacs-tide
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue