emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48190: closed ([PATCH] gnu: emacs-yasnippet-snippets: Update to 0.24


From: GNU bug Tracking System
Subject: bug#48190: closed ([PATCH] gnu: emacs-yasnippet-snippets: Update to 0.24.)
Date: Mon, 03 May 2021 23:07:01 +0000

Your message dated Tue, 04 May 2021 01:05:53 +0200
with message-id <87fsz35sfi.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#48190] [PATCH] gnu: emacs-yasnippet-snippets: Update 
to 0.24.
has caused the debbugs.gnu.org bug report #48190,
regarding [PATCH] gnu: emacs-yasnippet-snippets: Update to 0.24.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48190: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48190
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-yasnippet-snippets: Update to 0.24. Date: Mon, 3 May 2021 16:34:39 +0200
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.24.
[propagated-inputs]: Remove emacs-s.
---
 gnu/packages/emacs-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dbeab25b39..9ea229b142 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
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48190] [PATCH] gnu: emacs-yasnippet-snippets: Update to 0.24. Date: Tue, 04 May 2021 01:05:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.24.
> [propagated-inputs]: Remove emacs-s.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]