gnu: emacs-ts: Update to 0.2.2.

* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.2.2.
This commit is contained in:
Nicolas Goaziou 2021-08-01 20:57:47 +02:00
parent c044940a67
commit 6e99e113e6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17027,7 +17027,7 @@ (define-public emacs-org-make-toc
(define-public emacs-ts
(package
(name "emacs-ts")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method git-fetch)
@ -17035,7 +17035,7 @@ (define-public emacs-ts
(url "https://github.com/alphapapa/ts.el")
(commit version)))
(sha256
(base32 "1h953wn96r23bcafv83p04mwr6vy1vc4fg46x7sxlikg71b4wk8i"))
(base32 "0l35gz1hpada2kzascbyqgawa5d3sdyg67gzvak84p9zx62jppn8"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs