diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-07-31 09:29:11 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-07-31 09:29:11 +0200 |
commit | 8f6275fb493c92f9b76da8f7f25d0abc460f34be (patch) | |
tree | f6c0adf99972d651c29e8cbc9c6afc73924db87b | |
parent | a62d79e755027ab02cada4fab299601546d35b36 (diff) | |
download | guix-8f6275fb493c92f9b76da8f7f25d0abc460f34be.tar.gz |
gnu: emacs-ts: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.2.1.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2b95791a96..8c037edae5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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 |