guix-patches
[Top][All Lists]
Advanced

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

[bug#42577] [PATCH] gnu: emacs-yasnippet-snippets: Update to 0.23


From: Michael Rohleder
Subject: [bug#42577] [PATCH] gnu: emacs-yasnippet-snippets: Update to 0.23
Date: Tue, 28 Jul 2020 12:21:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8618a07a21..4085c4d7e0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10007,7 +10007,7 @@ type an abbreviation and automatically expand it into 
function templates.")
 (define-public emacs-yasnippet-snippets
   (package
     (name "emacs-yasnippet-snippets")
-    (version "0.20")
+    (version "0.23")
     (source
      (origin
        (method git-fetch)
@@ -10016,7 +10016,7 @@ type an abbreviation and automatically expand it into 
function templates.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "095w7cdmfwmmr6426mbq15n0a5izgbmv9408m9yh1pqz5x3v3vsx"))))
+        (base32 "18pcnjnqvcky6i49p38vy3ms5xiisn27vy47pc3vsgr3r2n87mqb"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))
-- 
2.27.0

-- 
some people are so poor that the only
thing they have is money.

Attachment: signature.asc
Description: PGP signature


reply via email to

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