diff options
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))) |
