mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: emacs-ts: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.2.1.
This commit is contained in:
parent
a62d79e755
commit
8f6275fb49
1 changed files with 2 additions and 2 deletions
|
@ -16999,7 +16999,7 @@ (define-public emacs-org-make-toc
|
|||
(define-public emacs-ts
|
||||
(package
|
||||
(name "emacs-ts")
|
||||
(version "0.2")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17007,7 +17007,7 @@ (define-public emacs-ts
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue