me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tide: Update to 4.2.3.

* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.2.3.
master
Nicolas Goaziou 2021-05-29 16:10:41 +02:00
parent e4f8ae2140
commit 71fe50b5de
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9286,7 +9286,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.0.2") (version "4.2.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -9295,7 +9295,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
"1n2dihpl53a48jis3l4rry581wpr5lxjd433drlkaa4lqgx8cw67")))) "1fj2fghiycnzds2zxfxgj1d9mdzsvs9rvl9bwy2f1vwawqk1m48w"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)