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>
This commit is contained in:
Michael Rohleder 2021-05-03 16:34:39 +02:00 committed by Nicolas Goaziou
parent 8a934d856f
commit d260bd51b5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11926,7 +11926,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.23") (version "0.24")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -11935,13 +11935,12 @@ 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 "18pcnjnqvcky6i49p38vy3ms5xiisn27vy47pc3vsgr3r2n87mqb")))) (base32 "0ak0drxlg3m2v4ya5chpgl82rcl7ic2nmnybhpw1qk51mcmv643y"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:include (cons* "^snippets\\/" %default-include))) `(#:include (cons* "^snippets\\/" %default-include)))
(propagated-inputs (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") (home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
(synopsis "Collection of YASnippet snippets for many languages") (synopsis "Collection of YASnippet snippets for many languages")
(description "This package provides an extensive collection of YASnippet (description "This package provides an extensive collection of YASnippet