me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ts: Update to 0.2.1.

* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.2.1.
Nicolas Goaziou 2021-07-31 09:29:11 +02:00
parent a62d79e755
commit 8f6275fb49
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -16999,7 +16999,7 @@ tables of contents.")
(define-public emacs-ts
(package
(name "emacs-ts")
(version "0.2")
(version "0.2.1")
(source
(origin
(method git-fetch)
@ -17007,7 +17007,7 @@ tables of contents.")
(url "https://github.com/alphapapa/ts.el")
(commit version)))
(sha256
(base32 "0hmzc1ppnkkr0lfq5fhzqr6icv6iqz824a6bnns7zr466hhqp3qb"))
(base32 "1h953wn96r23bcafv83p04mwr6vy1vc4fg46x7sxlikg71b4wk8i"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs