[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-yasnippet-snippets: Update to 0.23
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-yasnippet-snippets: Update to 0.23 |
Date: |
Tue, 28 Jul 2020 06:47:09 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f2dc025 gnu: emacs-yasnippet-snippets: Update to 0.23
f2dc025 is described below
commit f2dc025edab09b2f1c6cdce521635d0f518134ee
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Jul 28 12:21:34 2020 +0200
gnu: emacs-yasnippet-snippets: Update to 0.23
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 5bdd23a..3cfdddd 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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-yasnippet-snippets: Update to 0.23,
guix-commits <=