guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-yasnippet-snippets: Update to 1.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-yasnippet-snippets: Update to 1.0.
Date: Sat, 11 Sep 2021 17:13:10 -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 8000f9a  gnu: emacs-yasnippet-snippets: Update to 1.0.
8000f9a is described below

commit 8000f9aa9c0bc2224a2aab188c08272205849fee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 11 23:12:34 2021 +0200

    gnu: emacs-yasnippet-snippets: Update to 1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 1.0.
---
 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 2f33ad3..fbec606 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12865,7 +12865,7 @@ type an abbreviation and automatically expand it into 
function templates.")
 (define-public emacs-yasnippet-snippets
   (package
     (name "emacs-yasnippet-snippets")
-    (version "0.24")
+    (version "1.0")
     (source
      (origin
        (method git-fetch)
@@ -12874,7 +12874,7 @@ type an abbreviation and automatically expand it into 
function templates.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ak0drxlg3m2v4ya5chpgl82rcl7ic2nmnybhpw1qk51mcmv643y"))))
+        (base32 "0m78jxhjyf4212ig2ncxr6bhhd6yx4c3nc8x4ylamzq21x4fl21r"))))
     (build-system emacs-build-system)
     (arguments
      `(#:include (cons* "^snippets\\/" %default-include)))



reply via email to

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