gnu: emacs-yasnippet: Update to 0.13.0.
* gnu/packages/emacs.scm (emacs-yasnippet): Update to 0.13.0.
This commit is contained in:
parent
292d637b9e
commit
91c5e6a69d
1 changed files with 2 additions and 2 deletions
|
@ -5814,7 +5814,7 @@ mode-line.")
|
||||||
(define-public emacs-yasnippet
|
(define-public emacs-yasnippet
|
||||||
(package
|
(package
|
||||||
(name "emacs-yasnippet")
|
(name "emacs-yasnippet")
|
||||||
(version "0.12.2")
|
(version "0.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/joaotavora/yasnippet/"
|
(uri (string-append "https://github.com/joaotavora/yasnippet/"
|
||||||
|
@ -5822,7 +5822,7 @@ mode-line.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01jabaz0g67bsziayrxgv74px55fx4nlrcl0csl8f1by2102pwc5"))
|
"12ls2x17agzbrj1xynjbmfa11igqxia4hj4fv6fpr66yci2r1plc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue