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 9e4a0d6be2 gnu: emacs-auto-yasnippet: Update to 0.3.0-3.6a9e406.
9e4a0d6be2 is described below

commit 9e4a0d6be2752ba65304747c2e9ebba7838965d3
Author: Rostislav Svoboda <[email protected]>
AuthorDate: Tue Aug 20 11:20:05 2024 +0200

    gnu: emacs-auto-yasnippet: Update to 0.3.0-3.6a9e406.
    
    * gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet): Update to 
0.3.0-3.6a9e406.
    
    Change-Id: If232f1c627882699107f010b0ce5f302de1f2c55
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 29198a9687..76882bfc80 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26475,8 +26475,8 @@ browse the phrases by the paper section and fill-in the 
blanks if required.")
       (license license:gpl3+))))
 
 (define-public emacs-auto-yasnippet
-  (let ((commit "624b0d9711222073a2a3f2186e2605eb99fc83c9")
-        (revision "2"))
+  (let ((commit "6a9e406d0d7f9dfd6dff7647f358cb05a0b1637e")
+        (revision "3"))
     (package
       (name "emacs-auto-yasnippet")
       (version (git-version "0.3.0" revision commit))
@@ -26488,7 +26488,7 @@ browse the phrases by the paper section and fill-in the 
blanks if required.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "15g8wi067f345xhpi0c12w0h04p4f4lpccwmdjdfj8hzfl4gyxy9"))))
+                  "0ifzbwnm2axb8kmfp3jvg05wq02j121iwp2m64pi70c7mza0i886"))))
       (build-system emacs-build-system)
       (arguments
        '(#:tests? #t

Reply via email to