mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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>
This commit is contained in:
parent
e5091af483
commit
9e4a0d6be2
1 changed files with 3 additions and 3 deletions
|
@ -26475,8 +26475,8 @@ (define-public emacs-academic-phrases
|
|||
(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 @@ (define-public emacs-auto-yasnippet
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15g8wi067f345xhpi0c12w0h04p4f4lpccwmdjdfj8hzfl4gyxy9"))))
|
||||
"0ifzbwnm2axb8kmfp3jvg05wq02j121iwp2m64pi70c7mza0i886"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:tests? #t
|
||||
|
|
Loading…
Reference in a new issue