guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: emacs-yasnippet: Update to 0.12.2.


From: Ludovic Courtès
Subject: 05/08: gnu: emacs-yasnippet: Update to 0.12.2.
Date: Sat, 28 Oct 2017 15:56:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bf1264ab7018c68f51ff5f10bdeed558aae04870
Author: Kyle Meyer <address@hidden>
Date:   Fri Oct 27 23:59:10 2017 -0400

    gnu: emacs-yasnippet: Update to 0.12.2.
    
    * gnu/packages/emacs.scm (emacs-yasnippet): Update to 0.12.2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0986c58..026b27b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4564,7 +4564,7 @@ mode-line.")
 (define-public emacs-yasnippet
   (package
     (name "emacs-yasnippet")
-    (version "0.12.0")
+    (version "0.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/joaotavora/yasnippet/";
@@ -4572,7 +4572,7 @@ mode-line.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1yqiprighgqz1hsslph50cy09xxqabc06jffrnjcsdf6nj70xlkc"))
+                "01jabaz0g67bsziayrxgv74px55fx4nlrcl0csl8f1by2102pwc5"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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