gnu: emacs-yasnippet-snippets: Update to 0.23
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
23f8c10198
commit
f2dc025eda
1 changed files with 2 additions and 2 deletions
|
@ -10007,7 +10007,7 @@ type an abbreviation and automatically expand it into function templates.")
|
||||||
(define-public emacs-yasnippet-snippets
|
(define-public emacs-yasnippet-snippets
|
||||||
(package
|
(package
|
||||||
(name "emacs-yasnippet-snippets")
|
(name "emacs-yasnippet-snippets")
|
||||||
(version "0.20")
|
(version "0.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10016,7 +10016,7 @@ type an abbreviation and automatically expand it into function templates.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "095w7cdmfwmmr6426mbq15n0a5izgbmv9408m9yh1pqz5x3v3vsx"))))
|
(base32 "18pcnjnqvcky6i49p38vy3ms5xiisn27vy47pc3vsgr3r2n87mqb"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Reference in a new issue