diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-11 23:12:34 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-11 23:12:34 +0200 |
| commit | 8000f9aa9c0bc2224a2aab188c08272205849fee (patch) | |
| tree | 27c9c84689f748480ff6fe3a60e2c71fdc8becfe /gnu | |
| parent | 2496707acad48ba442e46b0cd2c9dcb4fb2f7a0b (diff) | |
gnu: emacs-yasnippet-snippets: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 1.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2f33ad3e202..fbec60670af 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -12865,7 +12865,7 @@ type an abbreviation and automatically expand it into function templates.") | |||
| 12865 | (define-public emacs-yasnippet-snippets | 12865 | (define-public emacs-yasnippet-snippets |
| 12866 | (package | 12866 | (package |
| 12867 | (name "emacs-yasnippet-snippets") | 12867 | (name "emacs-yasnippet-snippets") |
| 12868 | (version "0.24") | 12868 | (version "1.0") |
| 12869 | (source | 12869 | (source |
| 12870 | (origin | 12870 | (origin |
| 12871 | (method git-fetch) | 12871 | (method git-fetch) |
| @@ -12874,7 +12874,7 @@ type an abbreviation and automatically expand it into function templates.") | |||
| 12874 | (commit version))) | 12874 | (commit version))) |
| 12875 | (file-name (git-file-name name version)) | 12875 | (file-name (git-file-name name version)) |
| 12876 | (sha256 | 12876 | (sha256 |
| 12877 | (base32 "0ak0drxlg3m2v4ya5chpgl82rcl7ic2nmnybhpw1qk51mcmv643y")))) | 12877 | (base32 "0m78jxhjyf4212ig2ncxr6bhhd6yx4c3nc8x4ylamzq21x4fl21r")))) |
| 12878 | (build-system emacs-build-system) | 12878 | (build-system emacs-build-system) |
| 12879 | (arguments | 12879 | (arguments |
| 12880 | `(#:include (cons* "^snippets\\/" %default-include))) | 12880 | `(#:include (cons* "^snippets\\/" %default-include))) |
