aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRostislav Svoboda <Rostislav.Svoboda@gmail.com>2024-08-20 11:20:05 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-08-20 11:30:43 +0200
commit9e4a0d6be2752ba65304747c2e9ebba7838965d3 (patch)
treeb7f070916a1e46afdb51bc1d8daa1be358698bcf
parente5091af48384221a5aa723787119acefff61faf3 (diff)
downloadguix-9e4a0d6be2752ba65304747c2e9ebba7838965d3.tar.gz
guix-9e4a0d6be2752ba65304747c2e9ebba7838965d3.zip
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 <mail@nicolasgoaziou.fr>
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files 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