diff options
author | Michael Rohleder <mike@rohleder.de> | 2021-05-03 16:34:39 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-04 01:05:23 +0200 |
commit | d260bd51b58e2410e997b7e221b6698067b0d3f4 (patch) | |
tree | d91200638188b2bd2cb5543dab61cc15dfd1f7a9 /gnu/packages | |
parent | 8a934d856f4f0003388f50a4014fe16a8a42782c (diff) |
gnu: emacs-yasnippet-snippets: Update to 0.24.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.24.
[propagated-inputs]: Remove emacs-s.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c41e4a8848..1a640a53f3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11926,7 +11926,7 @@ type an abbreviation and automatically expand it into function templates.") (define-public emacs-yasnippet-snippets (package (name "emacs-yasnippet-snippets") - (version "0.23") + (version "0.24") (source (origin (method git-fetch) @@ -11935,13 +11935,12 @@ type an abbreviation and automatically expand it into function templates.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "18pcnjnqvcky6i49p38vy3ms5xiisn27vy47pc3vsgr3r2n87mqb")))) + (base32 "0ak0drxlg3m2v4ya5chpgl82rcl7ic2nmnybhpw1qk51mcmv643y")))) (build-system emacs-build-system) (arguments `(#:include (cons* "^snippets\\/" %default-include))) (propagated-inputs - `(("emacs-s" ,emacs-s) ;for snippets/rjsx-mode/.yas-setup.el - ("emacs-yasnippet" ,emacs-yasnippet))) + `(("emacs-yasnippet" ,emacs-yasnippet))) (home-page "https://github.com/AndreaCrotti/yasnippet-snippets") (synopsis "Collection of YASnippet snippets for many languages") (description "This package provides an extensive collection of YASnippet |