mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
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:
parent
c044940a67
commit
6e99e113e6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue