gnu: emacs-tide: Update to 3.2.3.

* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 3.2.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Brett Gilio 2019-02-20 20:04:12 -06:00 committed by 宋文武
parent b6ecf3d7b6
commit 608b922fda
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -4366,14 +4366,14 @@ 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 "2.8.3.1") (version "3.2.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/ananthakumaran/tide" (uri (string-append "https://github.com/ananthakumaran/tide"
"/archive/v" version ".tar.gz")) "/archive/v" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1k0kzqiv1hfs0kqm37947snzhrsmand3i9chvm6a2r5lb8v9q47y")) "1c600myr2yqbkmy9lify38lz0zzjdqk1733db5n7vsay16vn6fzi"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs