guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ts: Update to 0.2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-ts: Update to 0.2.2.
Date: Sun, 01 Aug 2021 14:58:17 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6e99e11  gnu: emacs-ts: Update to 0.2.2.
6e99e11 is described below

commit 6e99e113e6f0852b627f9cfb71e5fc3d14573639
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Aug 1 20:57:47 2021 +0200

    gnu: emacs-ts: Update to 0.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ts): Update to 0.2.2.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 90b7b15..e3b9422 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17027,7 +17027,7 @@ tables of contents.")
 (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 @@ tables of contents.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]